mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
fix: don't scale bars
This commit is contained in:
parent
99842902cc
commit
c32d4f9888
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
a[href]:active, button:not([disabled]):active, fieldset:not([disabled]):active, input:not([disabled]):active, optgroup:not([disabled]):active, option:not([disabled]):active, select:not([disabled]):active, textarea:not([disabled]):active, details:active, [tabindex]:not([tabindex="-1"]):active, [contenteditable]:active, [controls]:active {
|
||||
a[href]:active, button:not([disabled]):active, fieldset:not([disabled]):active, input:not([disabled], [type='range']):active, optgroup:not([disabled]):active, option:not([disabled]):active, select:not([disabled]):active, textarea:not([disabled]):active, details:active, [tabindex]:not([tabindex="-1"], .seekbar):active, [contenteditable]:active, [controls]:active {
|
||||
transition: transform 0.1s ease-in-out;
|
||||
transform: scale(0.95) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue