Skip to content

Commit 35b6065

Browse files
committed
css update
1 parent f9f6763 commit 35b6065

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/dash-core-components/src/components/css/dropdown.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
box-sizing: border-box;
55
margin: calc(var(--Dash-Spacing) * 2) 0;
66
padding: 0;
7-
background: inherit;
7+
background: var(--Dash-Fill-Inverse-Strong);
88
border: none;
99
outline: none;
1010
width: 100%;
@@ -46,7 +46,7 @@
4646
}
4747

4848
.dash-dropdown:focus {
49-
outline: 1px solid var(--Dash-Fill-Interactive-Strong);
49+
border: 1px solid var(--Dash-Fill-Interactive-Strong);
5050
}
5151

5252
.dash-dropdown:disabled {

components/dash-core-components/src/components/css/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.dash-input-container:focus-within {
19-
outline: 1px solid var(--Dash-Fill-Interactive-Strong);
19+
border: 1px solid var(--Dash-Fill-Interactive-Strong);
2020
}
2121

2222
.dash-input-container:has(.dash-input-element:disabled) {

0 commit comments

Comments
 (0)