2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Move CSS of hover underline to base from color variants

This commit is contained in:
ysds
2018-08-30 02:48:41 +09:00
committed by Mark Otto
parent 97801a7a2d
commit d1de8737aa
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@
&[href] {
@include hover-focus {
color: color-yiq($bg);
text-decoration: none;
background-color: darken($bg, 10%);
}
}