diff options
| author | Mark Otto <[email protected]> | 2016-11-25 16:03:13 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-25 16:03:13 -0800 |
| commit | 76907b8b1ef86ea20b9041d9c7e655d6d566ff97 (patch) | |
| tree | 2a3c64a8f7ba04cd70a9086c741d32aa02984c2f /scss/_close.scss | |
| parent | 49be9bc63af9391721287c189bf2f9150aad15bc (diff) | |
| download | bootstrap-76907b8b1ef86ea20b9041d9c7e655d6d566ff97.tar.xz bootstrap-76907b8b1ef86ea20b9041d9c7e655d6d566ff97.zip | |
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
Diffstat (limited to 'scss/_close.scss')
| -rw-r--r-- | scss/_close.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index f98d4c1dc..5a92430a4 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -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; } } |
