]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add .text-decoration-none utility class (#25933)
authorStefan Wrobel <swrobel@users.noreply.github.com>
Wed, 25 Jul 2018 00:24:20 +0000 (17:24 -0700)
committerMark Otto <otto@github.com>
Wed, 25 Jul 2018 00:24:20 +0000 (17:24 -0700)
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596

scss/utilities/_text.scss

index 9140910c5d33c175aef36d96855f0fe3c40884bf..d7e6efeda8a199778a03e4bd9ed87af7c4d9227d 100644 (file)
@@ -58,3 +58,5 @@
 .text-hide {
   @include text-hide($ignore-warning: true);
 }
+
+.text-decoration-none { text-decoration: none !important; }