mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: remove unused styles for select input in dark theme
This commit is contained in:
@@ -167,13 +167,6 @@
|
|||||||
background-color: rgba(16, 30, 49, 0.98);
|
background-color: rgba(16, 30, 49, 0.98);
|
||||||
box-shadow: 0 0 0 4px rgba(132, 182, 255, 0.12), 0 10px 22px rgba(5, 13, 28, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
|
box-shadow: 0 0 0 4px rgba(132, 182, 255, 0.12), 0 10px 22px rgba(5, 13, 28, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme='dark'] select.input {
|
|
||||||
background-image:
|
|
||||||
linear-gradient(45deg, transparent 50%, #8fb8ff 50%),
|
|
||||||
linear-gradient(135deg, #8fb8ff 50%, transparent 50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
:root[data-theme='dark'] .input-readonly {
|
:root[data-theme='dark'] .input-readonly {
|
||||||
background: #0f1b2d;
|
background: #0f1b2d;
|
||||||
color: var(--muted-strong);
|
color: var(--muted-strong);
|
||||||
|
|||||||
Reference in New Issue
Block a user