File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
components/dash-core-components/src/components/css Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1515 overflow : hidden;
1616}
1717
18+ .dash-input-container : focus-within {
19+ outline : 2px solid var (--Dash-Fill-Interactive-Strong );
20+ }
21+
22+ .dash-input-container input : focus {
23+ outline : none;
24+ }
25+
1826.dash-input-container : has (input[type = 'range' ]) {
1927 background : inherit;
2028}
3745/* Hide native steppers for number inputs */
3846.dash-input-element [type = 'number' ] {
3947 -moz-appearance : textfield;
48+ border-radius : 0 ;
4049}
4150
4251.dash-input-element [type = 'number' ]::-webkit-outer-spin-button ,
7079 cursor : pointer;
7180 font-size : 16px ;
7281 font-weight : bold;
73- color : var (--Dash-Text-Primary );
82+ color : var (--Dash -Text-Primary);
7483}
7584
76- .dash-input-stepper : hover {
85+ .dash-input-stepper : hover ,
86+ .dash-input-stepper : focus {
7787 background : var (--Dash-Fill-Primary-Hover );
7888}
7989
115125input .dash-input-element : invalid {
116126 outline : solid red;
117127}
118-
119- input .dash-input-element : valid {
120- outline : none black;
121- }
You can’t perform that action at this time.
0 commit comments