0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/client/scss
Matt Westcott 55fdafdfe6 Make radio buttons / checkboxes display vertically under Django 4.0
Fixes #8190
Django 4 changed the rendering of radio button / checkbox lists to nested divs rather than ul/li - see 5942ab5eb1. This change simply applies the existing li styles to second-level divs.
2022-05-25 08:31:11 +10:00
..
components Make radio buttons / checkboxes display vertically under Django 4.0 2022-05-25 08:31:11 +10:00
elements Make it possible to reuse and customise Wagtail’s fonts with CSS variables. Fix #8406 (#8544) 2022-05-20 14:19:30 +01:00
generic Rearrange SCSS structure according to ITCSS 2019-04-11 11:08:47 +02:00
objects Remove logical properties compatibility styles for Safari 13 2022-05-11 21:41:15 +10:00
overrides Remove logical properties compatibility styles for Safari 13 2022-05-11 21:41:15 +10:00
settings Make it possible to reuse and customise Wagtail’s fonts with CSS variables. Fix #8406 (#8544) 2022-05-20 14:19:30 +01:00
tools removed redundant text-transform instances 2022-03-22 08:11:41 +10:00
_settings.scss Rearrange SCSS structure according to ITCSS 2019-04-11 11:08:47 +02:00
_tools.scss Switch all Node tooling from Gulp to Webpack, with needed code changes 2022-02-01 07:36:17 +10:00
core.scss Implement new reusable dialog component with a11y-dialog (#8541) 2022-05-20 15:02:32 +01:00