Remove underline from focused buttons/controls (#2651)
This commit is contained in:
parent
3db2848cac
commit
fd434dfed8
|
@ -200,10 +200,6 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.65;
|
||||
cursor: default !important;
|
||||
|
|
Loading…
Reference in New Issue