File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
components/dash-core-components/src/components/css Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5959
6060.dash-datepicker-input ::selection ,
6161.dash-datepicker-input ::-webkit-selection {
62- background : var (--Dash-Fill-Weak );
62+ color : var (--Dash-Fill-Inverse-Strong );
63+ background : var (--Dash-Fill-Interactive-Strong );
6364}
6465
6566.dash-datepicker-input-wrapper : focus-within {
Original file line number Diff line number Diff line change 4848 accent-color : var (--Dash-Fill-Interactive-Strong );
4949}
5050
51+ .dash-input-element ::selection ,
52+ .dash-input-element ::-webkit-selection {
53+ color : var (--Dash-Fill-Inverse-Strong );
54+ background : var (--Dash-Fill-Interactive-Strong );
55+ }
56+
5157.dash-input-element : disabled {
5258 cursor : not-allowed;
5359}
Original file line number Diff line number Diff line change 217217
218218.dash-range-slider-input ::selection ,
219219.dash-range-slider-input ::-webkit-selection {
220- background : var (--Dash-Fill-Primary-Active );
220+ color : var (--Dash-Fill-Inverse-Strong );
221+ background : var (--Dash-Fill-Interactive-Strong );
221222}
222223
223224.dash-range-slider-input : focus {
You can’t perform that action at this time.
0 commit comments