fix missing animation

This commit is contained in:
KOWX712
2024-12-31 20:21:56 +08:00
parent bb3b0abb30
commit 75ff61e4d2
2 changed files with 8 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
flex-direction: column; flex-direction: column;
position: absolute; position: absolute;
right: 0; right: 0;
background-color: #fff; background-color: white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1800; z-index: 1800;
border: 1px solid #ccc; border: 1px solid #ccc;
@@ -88,14 +88,13 @@
.language-option { .language-option {
padding: 8px 5px; padding: 8px 5px;
text-align: left; text-align: left;
background: none; color: #333;
background-color: white;
border: none; border: none;
font-size: 16px; font-size: 16px;
color: #333;
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
transition: background-color 0.2s ease;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
user-select: none; user-select: none;
@@ -210,7 +209,6 @@
background-color: #121212; background-color: #121212;
} }
.language-option,
.help-button { .help-button {
color: #fff; color: #fff;
} }
@@ -218,8 +216,10 @@
.language-icon { .language-icon {
fill: #eee; fill: #eee;
} }
.language-option,
.help-menu { .help-menu {
color: #eee;
background-color: #343434; background-color: #343434;
} }

View File

@@ -134,6 +134,7 @@
cursor: default; cursor: default;
padding: 12px 4px; padding: 12px 4px;
text-align: left; text-align: left;
background-color: white;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
@@ -179,10 +180,7 @@
} }
.menu-options li { .menu-options li {
background-color: #343434;
border-bottom: 1px solid #6E6E6E; border-bottom: 1px solid #6E6E6E;
} }
.menu-options li:active {
background-color: #616161;
}
} }