2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

remove active styling from focus

This commit is contained in:
Mark Otto
2016-12-27 09:46:30 -08:00
committed by Mark Otto
parent 232e86d0b4
commit a9bee8b6c8
-3
View File
@@ -20,9 +20,6 @@
}
&:focus,
&.focus {
color: $color;
background-color: $active-background;
border-color: $active-border;
box-shadow: 0 0 0 2px rgba($border, .5);
}