fix: not being able to change tracks

This commit is contained in:
ThaUnknown 2024-07-13 15:41:39 +02:00
parent 582ee42e4d
commit a5c465c636

View file

@ -49,7 +49,7 @@
-webkit-tap-highlight-color: transparent;
}
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 {
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, .dropdown):active, [contenteditable]:active, [controls]:active {
transition: transform 0.1s ease-in-out;
transform: scale(0.95) !important;
}