1
0
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:
Jonas Kuske
2019-06-09 00:33:30 +02:00
parent 491e554784
commit a8c482f5d8
3 changed files with 4 additions and 5 deletions

View File

@@ -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;