File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,8 @@ input[type='number']::-webkit-outer-spin-button {
635635 flex-wrap : wrap;
636636}
637637
638- .styled-input {
638+ .styled-input ,
639+ .input-range-inputs [type = 'number' ] {
639640 background-color : var (--secondary-color );
640641 border : 1px solid # 010204 ;
641642 border-radius : 5px ;
@@ -645,12 +646,16 @@ input[type='number']::-webkit-outer-spin-button {
645646}
646647
647648.styled-input : focus,
648- .styled-input : focus-visible {
649+ .styled-input : focus- vis ible,
650+ .input-range-inputs [type = 'number' ]: focus,
651+ .input-range-inputs [type = 'number' ]: focus-visible {
649652 outline : none;
650653}
651654
652655.styled-input ::-webkit-inner-spin-button ,
653- .styled-input ::-webkit-outer-spin-button {
656+ .styled-input ::-webkit-outer-spin-button ,
657+ .input-range-inputs [type = 'number' ]::-webkit-inner-spin-button ,
658+ .input-range-inputs [type = 'number' ]::-webkit-outer-spin-button {
654659 -webkit-appearance : none;
655660 appearance : none;
656661 margin : 0 ;
You can’t perform that action at this time.
0 commit comments