mirror of
https://github.com/kognise/water.css.git
synced 2025-08-10 15:14:34 +02:00
Add summary/details to the demo page, improve styles
This commit is contained in:
@@ -88,6 +88,13 @@ summary {
|
||||
background-color: var(--background);
|
||||
padding: 10px;
|
||||
margin: -10px -10px 0;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
summary:hover,
|
||||
summary:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
details > :not(summary) {
|
||||
|
Reference in New Issue
Block a user