File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ textarea {
235
235
}
236
236
237
237
& [disabled ]:checked {
238
- background : $color-text-visual-de-emphasis url (" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13 2.5l-7 7-2-2-2 2 4 4L15 4.5z'/%3E%3C/svg%3E" ) !important ;
238
+ background : $color-text-visual-de-emphasis url (" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13 2.5l-7 7-2-2-2 2 4 4L15 4.5z'/%3E%3C/svg%3E" );
239
239
}
240
240
}
241
241
@@ -255,7 +255,7 @@ textarea {
255
255
}
256
256
257
257
& [disabled ]:checked {
258
- background : $dark-color-text url (" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23282d32' d='M13 2.5l-7 7-2-2-2 2 4 4L15 4.5z'/%3E%3C/svg%3E" ) !important ;
258
+ background : $dark-color-text url (" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23282d32' d='M13 2.5l-7 7-2-2-2 2 4 4L15 4.5z'/%3E%3C/svg%3E" );
259
259
}
260
260
}
261
261
}
@@ -408,8 +408,7 @@ span.disabled {
408
408
[disabled ],
409
409
[disabled ] option ,
410
410
[disabled ] optgroup ,
411
- span .disabled ,
412
- .ui-checkboxradio-disabled {
411
+ span .disabled {
413
412
border : 1px solid $dark-color-border !important ;
414
413
opacity : 0.25 !important ;
415
414
background-color : $dark-color-background-form-disabled !important ;
Original file line number Diff line number Diff line change 323
323
324
324
li {
325
325
float : left ;
326
- border : 0 !important ;
326
+ border : 0 ;
327
327
328
+ & :first-child ,
328
329
& :last-child {
329
330
border : 0 ;
330
331
}
You can’t perform that action at this time.
0 commit comments