kopia lustrzana https://github.com/wagtail/wagtail
Avoid loading default radio input icon for preview size buttons
rodzic
836b8138d3
commit
6ec4dafc6a
|
@ -198,5 +198,12 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
|
// Remove mask-image from radio inputs to avoid loading the default icon,
|
||||||
|
// use extra specificity to beat the default styles
|
||||||
|
&:is(input[type='radio'])::before {
|
||||||
|
content: none;
|
||||||
|
mask-image: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue