mirror of
https://github.com/kognise/water.css.git
synced 2025-08-11 23:54:12 +02:00
fix: make <details> styling compatible with proposed changes in #87
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user