mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Can't really use important
This commit is contained in:
parent
ae57d95045
commit
563a7bf03b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ button,
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
button[hidden] {
|
button[hidden] {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
:is(button, .button) > * {
|
:is(button, .button) > * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in a new issue