mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
expand: no outline, a text decoration is enough #577
This commit is contained in:
parent
1be79e0b4f
commit
125fedf4b7
1 changed files with 2 additions and 6 deletions
|
@ -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…
Reference in a new issue