Skip to content

Commit 8e2bf6f

Browse files
authored
Remove unexpected blue bottom border from input elements in dark mode (#1035)
1 parent 39b002f commit 8e2bf6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • apps/_dashboard/static/themes/AlienDark

apps/_dashboard/static/themes/AlienDark/theme.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ textarea {
6969
color: var(--accent);
7070
}
7171

72-
input[type=text],
72+
/* input[type=text],
7373
input[type=password],
7474
input[type=number],
7575
input[type=date],
@@ -78,7 +78,7 @@ input[type=datetime-local],
7878
select,
7979
textarea {
8080
border-bottom: 2px solid var(--accent);
81-
}
81+
} */
8282

8383
/* ============================================================================
8484
4. CONTENT - Links, Panels, Modals, and Interactive Elements
@@ -167,3 +167,4 @@ select option {
167167
background-color: var(--bg-secondary);
168168
color: white;
169169
}
170+

0 commit comments

Comments
 (0)