diff options
| author | Eugene Kopyov <[email protected]> | 2022-02-15 14:04:16 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-16 08:48:54 -0800 |
| commit | 2a09f10676cd66aa435fb09c4bc5c19225f10dd9 (patch) | |
| tree | 6cfc25ab5d1b516560e36c75ee8ee698b20acabc /scss/_buttons.scss | |
| parent | 42da2b95566fe0377543120698e242f4756f648e (diff) | |
| download | bootstrap-2a09f10676cd66aa435fb09c4bc5c19225f10dd9.tar.xz bootstrap-2a09f10676cd66aa435fb09c4bc5c19225f10dd9.zip | |
Fixed border radius var name and .show target
Diffstat (limited to 'scss/_buttons.scss')
| -rw-r--r-- | scss/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 7a7ae2a3d..56c5b9f87 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -66,7 +66,7 @@ .btn-check:active + &, &:active, &.active, - .show > &.dropdown-toggle { + &.show { color: var(--#{$variable-prefix}btn-active-color); background-color: var(--#{$variable-prefix}btn-active-bg); // Remove CSS gradients if they're enabled |
