]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove dupe text-decoration
authorMark Otto <markdotto@gmail.com>
Tue, 17 Mar 2020 19:19:53 +0000 (12:19 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 17 Mar 2020 19:26:35 +0000 (12:26 -0700)
site/assets/scss/_sidebar.scss

index 18236fb05d3679263e8b63b7c1e06fe529e8953d..e78119471324be47ae06615c2342e977837407a1 100644 (file)
@@ -32,7 +32,6 @@
   &:hover,
   &:focus {
     color: rgba($black, .85);
-    text-decoration: none;
     background-color: rgba($bd-purple-bright, .1);
   }
 }