File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/dash-core-components/src/components/css Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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% ;
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 {
Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments