mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-06 00:22:39 +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;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20dp 24dp;
|
padding: 20dp 24dp;
|
||||||
transition: color 0.05s linear-in-out;
|
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: space(20) space(24);
|
padding: space(20) space(24);
|
||||||
transition: color $transition-quick;
|
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
color: $color-text-inactive;
|
color: $color-text-inactive;
|
||||||
|
Reference in New Issue
Block a user