chore: order picker regions

This commit is contained in:
2025-02-07 13:55:53 +01:00
parent e81521ed09
commit 0930dab77c
2 changed files with 52 additions and 27 deletions
+6 -2
View File
@@ -69,8 +69,8 @@ button.g-button {
text-align: center;
color: white;
transition:
color 100ms ease-in-out,
background-color 100ms ease-in-out;
color 100ms ease-in,
background-color 100ms ease-in;
&.action {
background-color: $bgColDarker;
@@ -149,6 +149,10 @@ select {
}
}
option[disabled] {
color: #ccc;
}
// List style
ul {
padding: 0;