File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ $input-margin-bottom: 8px;
204
204
$input-margin : 0 0 $input-margin-bottom 0 !default ;
205
205
$input-padding : 0 !default ;
206
206
$label-font-size : .8rem !default ;
207
- $input-disabled-color : rgba ( 0 , 0 , 0 , .42 ) !default ;
208
- $input-disabled-solid-color : #949494 !default ;
207
+ $input-disabled-color : var ( --font-color-disabled ) !default ;
208
+ $input-disabled-solid-color : var ( --font-color-disabled ) !default ;
209
209
$input-disabled-border : 1px dotted $input-disabled-color !default ;
210
210
$input-invalid-border : 1px solid $input-error-color !default ;
211
211
$input-icon-size : 2rem ;
@@ -214,7 +214,7 @@ $placeholder-text-color: var(--font-color-medium) !default;
214
214
// Radio Buttons
215
215
$radio-fill-color : $primary-color !default ;
216
216
$radio-focus-color : $primary-color-focus-opaque !default ;
217
- $radio-empty-color : #5a5a5a !default ;
217
+ $radio-empty-color : var ( --font-color-medium ) !default ;
218
218
$radio-border : 2px solid $radio-fill-color !default ;
219
219
220
220
// Range
Original file line number Diff line number Diff line change 54
54
transform : scale (1 );
55
55
border : 0 ;
56
56
border-radius : 50% ;
57
- box-shadow : 0 0 0 10px rgba ( 0 , 0 , 0 , .1 ) ;
58
- background-color : rgba ( 0 , 0 , 0 , .1 ) ;
57
+ box-shadow : 0 0 0 10px $bg-focus-color-opaque ;
58
+ background-color : $bg-focus-color-opaque ;
59
59
}
60
60
}
61
61
159
159
top : 0 ;
160
160
width : 20px ;
161
161
height : 20px ;
162
- border : 2px solid $secondary -color ;
163
- background-color : $secondary -color ;
162
+ border : 2px solid $primary -color ;
163
+ background-color : $primary -color ;
164
164
z-index : 0 ;
165
165
}
166
166
}
169
169
& .tabbed :focus + span :not (.lever ):after {
170
170
border-radius : 2px ;
171
171
border-color : $radio-empty-color ;
172
- background-color : rgba ( 0 , 0 , 0 , .1 ) ;
172
+ background-color : $bg-focus-color-opaque ;
173
173
}
174
174
175
175
& .tabbed :checked:focus + span :not (.lever ):after {
176
176
border-radius : 2px ;
177
- background-color : $secondary -color ;
178
- border-color : $secondary -color ;
177
+ background-color : $primary -color ;
178
+ border-color : $primary -color ;
179
179
}
180
180
181
181
// Disabled style
You can’t perform that action at this time.
0 commit comments