mirror of
https://github.com/kognise/water.css.git
synced 2025-08-31 08:45:24 +02:00
removing * selector
This commit is contained in:
4
dist/light.css
vendored
4
dist/light.css
vendored
@@ -519,7 +519,7 @@ details[open] {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
details > *:last-child {
|
||||
details > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -534,7 +534,7 @@ summary {
|
||||
margin: -10px -10px 0;
|
||||
}
|
||||
|
||||
summary + * {
|
||||
details > :not(summary) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user