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:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user