Closed yaffol closed 2 years ago
Name | Link |
---|---|
Latest commit | 99c5f76527025e3e3076d711ac42ac1c276d3937 |
Latest deploy log | https://app.netlify.com/sites/jsonforms-vuetify-renderers/deploys/62b3192204f4a0000944b164 |
Deploy Preview | https://deploy-preview-52--jsonforms-vuetify-renderers.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
The
v-expansion-panel
that is rendered for theArrayLayoutRenderer
is colored grey. The headers in the Vuetify docs are all white (or the parent background color).I tracked this down to
background-color: currentColor
being applied in in VExpansionPanel.sass:153I'm not sure why this is causing the grey colour (from the user agent's default button style) to be applied in the
ArrayLayoutRenderer
, whereas in the Vuetify docs, the parent's background shows through.This applies
background-color: inherit' on top of
background-color: currentColor`.