2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

v4: Miscellaneous color changes (#21199)

* Darken dismiss icon opacity
* Darken text on active list group items
* Darken light gray for accessibility/contrast, then update gray and dark gray to match
This commit is contained in:
Mark Otto
2016-11-25 16:03:13 -08:00
committed by GitHub
parent 49be9bc63a
commit 76907b8b1e
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -5,13 +5,13 @@
line-height: 1;
color: $close-color;
text-shadow: $close-text-shadow;
opacity: .2;
opacity: .5;
@include hover-focus {
color: $close-color;
text-decoration: none;
cursor: pointer;
opacity: .5;
opacity: .75;
}
}