diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-26 20:25:15 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-26 20:25:15 +1100 |
| commit | 1afe054f7af6d5b4ac185ce96e379b90c1336880 (patch) | |
| tree | 9e362289b217e835a66fb3e9eb1d8ef17d8ed179 /scss | |
| parent | sidebar: networks module (diff) | |
| download | caelestia-shell-1afe054f7af6d5b4ac185ce96e379b90c1336880.tar.gz caelestia-shell-1afe054f7af6d5b4ac185ce96e379b90c1336880.tar.bz2 caelestia-shell-1afe054f7af6d5b4ac185ce96e379b90c1336880.zip | |
sidebar: style disabled state for buttons
Also no silent fail for removing network
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/sidebar.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/sidebar.scss b/scss/sidebar.scss index ffbd0f8..404df51 100644 --- a/scss/sidebar.scss +++ b/scss/sidebar.scss @@ -342,6 +342,10 @@ &:active { background-color: color.change(scheme.$overlay0, $alpha: 0.5); } + + &:disabled { + color: scheme.$subtext0; + } } } } @@ -404,6 +408,10 @@ &:active { background-color: color.change(scheme.$overlay0, $alpha: 0.5); } + + &:disabled { + color: scheme.$subtext0; + } } } } |