Pimp the details/summary elements
This commit is contained in:
parent
94d10b07e6
commit
53004a990c
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
||||||
details summary {
|
details summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: $blue;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details[open] summary {
|
||||||
|
color: $default-color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue