1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Remove underline from focused buttons/controls (#2651)

This commit is contained in:
Patrick H. Lauke
2022-05-09 09:56:17 +01:00
committed by GitHub
parent 3db2848cac
commit fd434dfed8

View File

@@ -200,10 +200,6 @@ header {
} }
} }
&:focus {
text-decoration: underline;
}
&[disabled] { &[disabled] {
opacity: 0.65; opacity: 0.65;
cursor: default !important; cursor: default !important;