2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs

This commit is contained in:
Mark Otto
2021-02-16 15:09:59 -08:00
parent d508f66043
commit 47747a2f2f
2 changed files with 15 additions and 8 deletions
+5
View File
@@ -26,6 +26,11 @@
text-decoration: if($link-hover-decoration == underline, none, null);
}
&:focus {
outline: 0;
box-shadow: $nav-focus-box-shadow;
}
// Disabled state lightens text
&.disabled {
color: $nav-link-disabled-color;