mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 14:18:01 +08:00
expand: no outline, a text decoration is enough #577
This commit is contained in:
parent
1be79e0b4f
commit
125fedf4b7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user