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:
authorMark Otto <markdotto@gmail.com>2018-09-18 02:10:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-05-08 20:58:07 +0300
commit1d4d9f8d8941f006e81e95549bee991753a75e6e (patch)
treed96c39023a97966db96220c868fc89a0529e08df /scss/_card.scss
parenta827934f1309e02419d58b9ca4ab83982204c050 (diff)
Drop all hover mixins
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index c0b2078c1c..5deefeeed6 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -53,7 +53,7 @@
}
.card-link {
- @include hover {
+ &:hover {
text-decoration: none;
}