mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Remove redundant text decoration from hover states
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
&:hover {
|
||||
color: $body-color;
|
||||
text-decoration: none;
|
||||
text-decoration: if($link-hover-decoration == underline, none, null);
|
||||
}
|
||||
|
||||
&:focus,
|
||||
|
Reference in New Issue
Block a user