1
0
mirror of https://github.com/kognise/water.css.git synced 2025-01-17 19:58:13 +01:00

removing * selector

This commit is contained in:
Showtim3 2019-10-02 00:16:00 +05:30
parent 1088f6e2f8
commit 6c5d691cf6
25 changed files with 32 additions and 32 deletions

View File

@ -574,7 +574,7 @@ details[open] {
padding: 10px;
}
details > *:last-child {
details > :last-child {
margin-bottom: 0;
}
@ -589,7 +589,7 @@ summary {
margin: -10px -10px 0;
}
summary + * {
details > :not(summary) {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/dark.css vendored
View File

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

2
dist/dark.css.map vendored

File diff suppressed because one or more lines are too long

2
dist/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -484,7 +484,7 @@ details[open] {
padding: 10px;
}
details > *:last-child {
details > :last-child {
margin-bottom: 0;
}
@ -499,7 +499,7 @@ summary {
margin: -10px -10px 0;
}
summary + * {
details > :not(summary) {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -574,7 +574,7 @@ details[open] {
padding: 10px;
}
details > *:last-child {
details > :last-child {
margin-bottom: 0;
}
@ -589,7 +589,7 @@ summary {
margin: -10px -10px 0;
}
summary + * {
details > :not(summary) {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/light.css vendored
View File

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

2
dist/light.css.map vendored

File diff suppressed because one or more lines are too long

2
dist/light.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -484,7 +484,7 @@ details[open] {
padding: 10px;
}
details > *:last-child {
details > :last-child {
margin-bottom: 0;
}
@ -499,7 +499,7 @@ summary {
margin: -10px -10px 0;
}
summary + * {
details > :not(summary) {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -70,7 +70,7 @@ details[open] {
padding: 10px;
}
details > *:last-child {
details > :last-child {
margin-bottom: 0;
}
@ -85,7 +85,7 @@ summary {
margin: -10px -10px 0;
}
summary + * {
details > :not(summary) {
margin-top: 0;
}