diff options
Diffstat (limited to 'src/objects/_action-button.scss')
| -rw-r--r-- | src/objects/_action-button.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 1cce94f..edb9200 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
| @@ -61,6 +61,7 @@ | |||
| 61 | --label: fn.global-color(--fg), | 61 | --label: fn.global-color(--fg), |
| 62 | 62 | ||
| 63 | --hover: ( | 63 | --hover: ( |
| 64 | --bg: fn.global-color(--obj), | ||
| 64 | --label: fn.global-color(--fg-lo), | 65 | --label: fn.global-color(--fg-lo), |
| 65 | ), | 66 | ), |
| 66 | ), | 67 | ), |
| @@ -187,7 +188,7 @@ | |||
| 187 | &:hover, | 188 | &:hover, |
| 188 | &:active { | 189 | &:active { |
| 189 | border-color: transparent; | 190 | border-color: transparent; |
| 190 | background-color: fn.color(--quiet --selected --bg); | 191 | background-color: fn.color(--quiet --selected --hover --bg); |
| 191 | box-shadow: none; | 192 | box-shadow: none; |
| 192 | color: fn.color(--quiet --selected --hover --label); | 193 | color: fn.color(--quiet --selected --hover --label); |
| 193 | } | 194 | } |
