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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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