Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wrobel <swrobel@users.noreply.github.com>2018-07-25 03:24:20 +0300
committerMark Otto <otto@github.com>2018-07-25 03:24:20 +0300
commite3b98c51da4b39fa8af26ec05db07da57fefb0b6 (patch)
tree6d49d2025f0d26d67d448865cd2c9c2f9c0dc273 /scss/utilities
parentc8a4d9dd745e0529e8868aef4551dc2a493745a3 (diff)
Add .text-decoration-none utility class (#25933)
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 9140910c5d..d7e6efeda8 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -58,3 +58,5 @@
.text-hide {
@include text-hide($ignore-warning: true);
}
+
+.text-decoration-none { text-decoration: none !important; }