diff options
Diffstat (limited to 'scss/common.scss')
| -rw-r--r-- | scss/common.scss | 21 |
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; - } - } - } } |