File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
components/dash-core-components/src/components/css Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11.dash-button {
22 line-height : 32px ;
3- background : color-mix (
4- in srgb,
5- var (--Dash-Fill-Interactive-Strong ) 5% ,
6- transparent
7- );
3+ background : var (--Dash-Fill-Interactive-Weak );
84 color : var (--Dash-Fill-Interactive-Strong );
95 padding : 0 calc (var (--Dash-Spacing ) * 2 );
106 border-radius : 4px ;
Original file line number Diff line number Diff line change 4242}
4343
4444.dash-datepicker-calendar td .dash-datepicker-calendar-date-highlighted {
45- background-color : color-mix (
46- in srgb,
47- var (--Dash-Fill-Interactive-Strong ) 5% ,
48- transparent 95%
49- );
45+ background-color : var (--Dash-Fill-Interactive-Weak );
5046 color : var (--Dash-Fill-Interactive-Strong );
5147}
5248
You can’t perform that action at this time.
0 commit comments