From fe978092e8c13b337eb4e58b9b08b9ea5cc93413 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:59:51 +1100 Subject: sidebar: create dashboard --- scss/common.scss | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'scss/common.scss') 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; - } - } - } } -- cgit v1.2.3-freya