summaryrefslogtreecommitdiff
path: root/scss/common.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-25 12:59:51 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-25 12:59:51 +1100
commitfe978092e8c13b337eb4e58b9b08b9ea5cc93413 (patch)
tree3138398d1a9386f858948d97eb33a69c0a9ea4c1 /scss/common.scss
parentnotifpopups: destroy event wrapper (diff)
downloadcaelestia-shell-fe978092e8c13b337eb4e58b9b08b9ea5cc93413.tar.gz
caelestia-shell-fe978092e8c13b337eb4e58b9b08b9ea5cc93413.tar.bz2
caelestia-shell-fe978092e8c13b337eb4e58b9b08b9ea5cc93413.zip
sidebar: create dashboard
Diffstat (limited to 'scss/common.scss')
-rw-r--r--scss/common.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/scss/common.scss b/scss/common.scss
index 88f3326..1cf7249 100644
--- a/scss/common.scss
+++ b/scss/common.scss
@@ -61,25 +61,4 @@ label.icon {
font-size: lib.s(14);
color: scheme.$subtext0;
}
-
- .actions {
- @include lib.spacing;
-
- & > * {
- @include lib.rounded(5);
- @include lib.element-decel;
-
- padding: lib.s(5) lib.s(10);
- background-color: scheme.$surface0;
-
- &:hover,
- &:focus {
- background-color: scheme.$surface1;
- }
-
- &:active {
- background-color: scheme.$surface2;
- }
- }
- }
}