Skip to content

Commit

Permalink
fix(yalb-1461): change --gin-bg-app and ::selection colors
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Jul 25, 2023
1 parent 3da3370 commit 49ba4fc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions web/themes/custom/ys_admin_theme/css/gin-custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/themes/custom/ys_admin_theme/css/gin-custom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--gin-border-color-table-header: var(--darkest-gray) !important;
--gin-bg-input: #fff !important;
--gin-border-color-form-element: var(--light-gray) !important;
--gin-bg-app: var(--dark-theme-gray-light);
--gin-bg-app: #707070;
--gin-color-text-light: var(--light-gray);
--gin-color-primary-light-active: var(--robin-egg);
--gin-icon-color: var(--dark-gin-icon-color);
Expand Down
18 changes: 14 additions & 4 deletions web/themes/custom/ys_admin_theme/scss/gin-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
}

::selection {
background: var(--mediterranean-blue) !important;
color: var(--wool) !important;
}

.block-help-block {
color: var(--wool);
Expand Down Expand Up @@ -47,11 +51,20 @@
color: var(--wool);
}

.gin-secondary-toolbar {
margin: 0 !important;
padding-inline: 3rem !important;
}

.gin-secondary-toolbar .toolbar-secondary .toolbar-bar .toolbar-tab .toolbar-tray a:hover,
.gin-secondary-toolbar .toolbar-secondary .toolbar-bar .toolbar-tab .toolbar-tray a:active {
background-color: var(--dark-theme-gray);
}

.gin-secondary-toolbar.layout-container {
background-color: var(--gin-bg-layer);
}

.page-title {
color: var(--wool) !important;
}
Expand Down Expand Up @@ -223,7 +236,7 @@ a.menu-item__link {
.tabs__link,
.claro-details__summary,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {
color: var(--gin-color-text-light) !important;
color: var(--wool) !important;
}

.update-manager-install-form {
Expand Down Expand Up @@ -537,9 +550,6 @@ html.js.no-touchevents .dropbutton--extrasmall {
background-color: transparent !important;
}

.gin-secondary-toolbar.layout-container {
background-color: var(--gin-bg-layer);
}

body:not(.toolbar-tray-open) .layout-container {
padding-left: var(--gin-spacing-m);
Expand Down

0 comments on commit 49ba4fc

Please sign in to comment.