mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
fix: make <details> styling compatible with proposed changes in #87
This commit is contained in:
parent
491e554784
commit
a8c482f5d8
3 changed files with 4 additions and 5 deletions
|
|
@ -35,12 +35,11 @@ html {
|
|||
.version-select__options__additional {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.version-select__options__additional > * {
|
||||
margin-top: 1rem;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.version-select__options__additional > *:not(summary) {
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.version-select__options__additional summary {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue