mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-05 16:12:49 +02:00
Fix opening the config menu via keyboard/controller causing a double animation warning in RmlUi
This commit is contained in:
@@ -658,7 +658,6 @@ scrollbarhorizontal sliderbar {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 20dp 24dp;
|
||||
transition: color 0.05s linear-in-out;
|
||||
opacity: 0.9;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
|
@@ -20,7 +20,6 @@
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: space(20) space(24);
|
||||
transition: color $transition-quick;
|
||||
opacity: 0.9;
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: $color-text-inactive;
|
||||
|
Reference in New Issue
Block a user