2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Remove redundant text decoration from hover states

This commit is contained in:
Martijn Cuppens
2020-03-20 09:35:55 +01:00
parent 39c11c6b3f
commit 7fc4037a02
6 changed files with 5 additions and 6 deletions
-1
View File
@@ -70,7 +70,6 @@
&:hover,
&:focus {
color: rgba($black, .85);
text-decoration: none;
background-color: rgba($bd-purple-bright, .1);
}
}