Fix opening the config menu via keyboard/controller causing a double animation warning in RmlUi

This commit is contained in:
Mr-Wiseguy
2025-04-28 02:28:34 -04:00
parent 052b987f6a
commit b3124ec5de
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;