mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Fix opening the config menu via keyboard/controller causing a double animation warning in RmlUi
This commit is contained in:
parent
052b987f6a
commit
b3124ec5de
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue