mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
Merge 863f3c87c4 into b341c1606f
This commit is contained in:
commit
79b4b6b792
3 changed files with 7 additions and 9 deletions
7
dist/paper.css
vendored
7
dist/paper.css
vendored
|
|
@ -2255,10 +2255,9 @@ textarea[disabled] {
|
|||
box-shadow: 2px 8px 4px -5px rgba(0, 0, 0, 0.2);
|
||||
transform: rotateX(30deg);
|
||||
}
|
||||
.form-group .paper-switch-tile:hover:checked + .paper-switch-tile-card {
|
||||
background-color: transparent;
|
||||
box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9);
|
||||
transform: rotateX(150deg);
|
||||
.form-group .paper-switch-tile:hover input:checked + .paper-switch-tile-card {
|
||||
box-shadow: 2px -8px 4px -5px rgba(0, 0, 0, 0.2);
|
||||
transform: rotateX(210deg);
|
||||
}
|
||||
.form-group .paper-switch-tile input {
|
||||
display: none;
|
||||
|
|
|
|||
2
dist/paper.min.css
vendored
2
dist/paper.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -284,10 +284,9 @@ select {
|
|||
transform: rotateX(30deg);
|
||||
}
|
||||
|
||||
&:checked + .paper-switch-tile-card {
|
||||
background-color: transparent;
|
||||
box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9);
|
||||
transform: rotateX(150deg);
|
||||
input:checked + .paper-switch-tile-card {
|
||||
box-shadow: 2px -8px 4px -5px rgba(0, 0, 0, 0.2);
|
||||
transform: rotateX(210deg);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue