Browse Source

Remove underline from focused buttons/controls (#2651)

pull/2664/head
Patrick H. Lauke 4 years ago committed by GitHub
parent
commit
fd434dfed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/browser/src/popup/scss/base.scss

4
apps/browser/src/popup/scss/base.scss

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

Loading…
Cancel
Save