1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02: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

View File

@@ -14,7 +14,7 @@
&:hover {
z-index: 2;
color: $pagination-hover-color;
text-decoration: none;
text-decoration: if($link-hover-decoration == underline, none, null);
background-color: $pagination-hover-bg;
border-color: $pagination-hover-border-color;
}