2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
View File
@@ -24,7 +24,7 @@
&:focus {
z-index: 2;
outline: 0;
outline: $pagination-focus-outline;
box-shadow: $pagination-focus-box-shadow;
}