Verified Commit 7c14c328 authored by Andrei Mateescu's avatar Andrei Mateescu
Browse files

task: #3582610 Rename gin in comments

By: quietone
By: smustgrave
By: amateescu
(cherry picked from commit 92cd61b7)
parent aac54ad5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+4 −4
Original line number Diff line number Diff line
@@ -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,
+4 −4
Original line number Diff line number Diff line
@@ -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,
+1 −2
Original line number Diff line number Diff line
@@ -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