diff options
Diffstat (limited to 'scss/bar.scss')
| -rw-r--r-- | scss/bar.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/bar.scss b/scss/bar.scss index 0afd02a..ead4d9e 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -114,14 +114,5 @@ color: scheme.$red; font-weight: bold; font-size: lib.s(16); - - &:hover, - &:focus { - background-color: scheme.$surface1; - } - - &:active { - background-color: scheme.$surface2; - } } } |