expand: no outline, a text decoration is enough #577

This commit is contained in:
Sören Weber 2023-07-26 21:04:38 +02:00
parent 1be79e0b4f
commit 125fedf4b7
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1188,12 +1188,6 @@ option {
cursor: pointer;
}
.expand > input:active,
.expand > input:focus {
outline-border: 1px;
outline-style: solid;
}
.expand > label {
cursor: pointer;
display: inline;
@ -1204,6 +1198,8 @@ option {
position: absolute;
}
.expand > input:active + label,
.expand > input:focus + label,
.expand > label:hover {
text-decoration: underline;
}