File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/neuron-ui/src/styles Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 196196 height : 20px ;
197197 padding-left : 30px ;
198198 line-height : 20px ;
199- background : url (' ../ widgets/Icons/Checkbox.svg' ) no-repeat left top ;
199+ background : url (' widgets/Icons/Checkbox.svg' ) no-repeat left top ;
200200 user-select : none ;
201201 }
202202 input [type = ' checkbox' ]:checked + span {
203- background : url (' ../ widgets/Icons/CheckboxSelected.svg' ) no-repeat left top ;
203+ background : url (' widgets/Icons/CheckboxSelected.svg' ) no-repeat left top ;
204204 }
205205
206206 input [type = ' checkbox' ]:disabled:checked + span {
207- background : url (' ../ widgets/Icons/CheckboxSelected.svg' ) no-repeat left top ;
207+ background : url (' widgets/Icons/CheckboxSelected.svg' ) no-repeat left top ;
208208 opacity : 0.5 ;
209209 }
210210 input [type = ' checkbox' ]:disabled + span {
211211 cursor : not-allowed ;
212- background : url (' ../ widgets/Icons/CheckboxDisabled.svg' ) no-repeat left top ;
212+ background : url (' widgets/Icons/CheckboxDisabled.svg' ) no-repeat left top ;
213213
214214 @media (prefers-color-scheme : dark ) {
215- background : url (' ../ widgets/Icons/CheckboxDisabledDark.svg' ) no-repeat left top ;
215+ background : url (' widgets/Icons/CheckboxDisabledDark.svg' ) no-repeat left top ;
216216 }
217217 }
218218}
You can’t perform that action at this time.
0 commit comments