1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00

Pagination move .page-link:focus outline value to variable $pagination-focus-outline so we can unset it via Sass and don't have to re-implement browser defaults

This commit is contained in:
Patrick Yeo
2018-01-18 16:47:47 -08:00
committed by Mark Otto
parent a55d1b27c5
commit 4f35e53216
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
&:focus {
z-index: 2;
outline: 0;
outline: $pagination-focus-outline;
box-shadow: $pagination-focus-box-shadow;
}