diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-01 19:53:28 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-01 19:53:28 +1100 |
| commit | 27b12681f61188d458560480e74d377c141fff52 (patch) | |
| tree | b10ecf5f0f8565322dae651ee7845801377385ef /scss/widgets.scss | |
| parent | calendar: cache calendars (diff) | |
| download | caelestia-shell-27b12681f61188d458560480e74d377c141fff52.tar.gz caelestia-shell-27b12681f61188d458560480e74d377c141fff52.tar.bz2 caelestia-shell-27b12681f61188d458560480e74d377c141fff52.zip | |
feat: toggle borders option
Diffstat (limited to 'scss/widgets.scss')
| -rw-r--r-- | scss/widgets.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss index 254b0fa..719e82c 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -40,11 +40,10 @@ menu { font-size: lib.s(14); & > menuitem { + @include lib.element-decel; @include lib.rounded(8); padding: lib.s(5) lib.s(8); - background: transparent; - transition: 0.2s ease background-color; &:hover, &:focus { @@ -84,19 +83,25 @@ menu { tooltip, .tooltip { - @include lib.rounded(5); + @include lib.rounded(10); @include lib.border(scheme.$primary, 0.7); @include font.mono; background-color: scheme.$surface0; color: scheme.$text; - padding: lib.s(4) lib.s(8); + padding: lib.s(5) lib.s(10); } tooltip { @include -appear(200ms); } +.tooltip { + @include lib.shadow; + + margin: lib.s(3); +} + scrollbar { slider { @include lib.rounded(1000); @@ -125,7 +130,7 @@ popover { @include font.mono; padding: lib.s(8); - background-color: scheme.$base; + background-color: color.mix(scheme.$base, scheme.$yellow, 90%); color: scheme.$text; font-size: lib.s(14); } |