Loading core/themes/default_admin/css/base/accents.css +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ --accent-color-900: color-mix(in lch, var(--accent-mix-base-dark) 60%, var(--accent-color-base)); /* * Polyfill for Admin theme. * Polyfill for Default Admin theme. */ --gin-bg-app: var(--app-bg-color); --gin-color-primary: var(--accent-color-500); Loading core/themes/default_admin/css/base/accents.pcss.css +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ --accent-color-900: color-mix(in lch, var(--accent-mix-base-dark) 60%, var(--accent-color-base)); /* * Polyfill for Admin theme. * Polyfill for Default Admin theme. */ --gin-bg-app: var(--app-bg-color); --gin-color-primary: var(--accent-color-500); Loading core/themes/default_admin/css/components/details.css +4 −4 Original line number Diff line number Diff line Loading @@ -358,10 +358,10 @@ /** * Details wrapper and content. * * Accordion and accordion-item variants should have an extra background. * In that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original * wrapper for setting the background color. * Accordion and accordion-item variants should have an extra background. In * that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original wrapper * for setting the background color. * * If there is no border or padding defined, margins of parent-child elements * collapse to the highest value. We want to take benefit of this behavior, Loading core/themes/default_admin/css/components/details.pcss.css +4 −4 Original line number Diff line number Diff line Loading @@ -340,10 +340,10 @@ /** * Details wrapper and content. * * Accordion and accordion-item variants should have an extra background. * In that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original * wrapper for setting the background color. * Accordion and accordion-item variants should have an extra background. In * that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original wrapper * for setting the background color. * * If there is no border or padding defined, margins of parent-child elements * collapse to the highest value. We want to take benefit of this behavior, Loading core/themes/default_admin/css/components/vertical-tabs.css +1 −2 Original line number Diff line number Diff line Loading @@ -254,8 +254,7 @@ /** * The actual vertical tabs pane. * * This is a gin-details element which in this case is also * vertical-tabs__item. * This is a gin-details element which in this case is also vertical-tabs__item. */ .vertical-tabs__item { Loading Loading
core/themes/default_admin/css/base/accents.css +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ --accent-color-900: color-mix(in lch, var(--accent-mix-base-dark) 60%, var(--accent-color-base)); /* * Polyfill for Admin theme. * Polyfill for Default Admin theme. */ --gin-bg-app: var(--app-bg-color); --gin-color-primary: var(--accent-color-500); Loading
core/themes/default_admin/css/base/accents.pcss.css +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ --accent-color-900: color-mix(in lch, var(--accent-mix-base-dark) 60%, var(--accent-color-base)); /* * Polyfill for Admin theme. * Polyfill for Default Admin theme. */ --gin-bg-app: var(--app-bg-color); --gin-color-primary: var(--accent-color-500); Loading
core/themes/default_admin/css/components/details.css +4 −4 Original line number Diff line number Diff line Loading @@ -358,10 +358,10 @@ /** * Details wrapper and content. * * Accordion and accordion-item variants should have an extra background. * In that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original * wrapper for setting the background color. * Accordion and accordion-item variants should have an extra background. In * that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original wrapper * for setting the background color. * * If there is no border or padding defined, margins of parent-child elements * collapse to the highest value. We want to take benefit of this behavior, Loading
core/themes/default_admin/css/components/details.pcss.css +4 −4 Original line number Diff line number Diff line Loading @@ -340,10 +340,10 @@ /** * Details wrapper and content. * * Accordion and accordion-item variants should have an extra background. * In that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original * wrapper for setting the background color. * Accordion and accordion-item variants should have an extra background. In * that case, we render an additional wrapper 'gin-details__content' that * creates the visual margins around the content, and use the original wrapper * for setting the background color. * * If there is no border or padding defined, margins of parent-child elements * collapse to the highest value. We want to take benefit of this behavior, Loading
core/themes/default_admin/css/components/vertical-tabs.css +1 −2 Original line number Diff line number Diff line Loading @@ -254,8 +254,7 @@ /** * The actual vertical tabs pane. * * This is a gin-details element which in this case is also * vertical-tabs__item. * This is a gin-details element which in this case is also vertical-tabs__item. */ .vertical-tabs__item { Loading