Skip to content

Commit

Permalink
fix(yalb-1461): fixes for media library and specific field variations
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Jul 24, 2023
1 parent 46d9191 commit 0f7a3ce
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
mask-image: url('../images/yale-university-press-1985-2010.svg') !important;
}

.gin--horizontal-toolbar #toolbar-administration .toolbar-icon-admin-toolbar-tools-help::before {
width: 28px !important;
}

/* Set z-index on toolbar-icon element so that the ::after element renders
behind the a.toolbar-icon element. */
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon {
Expand Down

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

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

20 changes: 16 additions & 4 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 @@ -6,6 +6,7 @@
--wool: #fbfbf6;
--light-gray: #d4d4d4;
--darkest-gray: #1f1f1f;
--dark-theme-gray-rgb: 78, 89, 89;
--dark-theme-gray:#4E5959;
--dark-theme-gray-selected:#edfbfb;
--dark-theme-gray-lightest:#d0e0e0;
Expand Down
25 changes: 18 additions & 7 deletions web/themes/custom/ys_admin_theme/scss/gin-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
}
}

// .region-content {
// color: var(--wool);
// }

.block-help-block {
color: var(--wool);
Expand Down Expand Up @@ -59,8 +56,9 @@
color: var(--wool) !important;
}
// sticky header title
.region-sticky--is-sticky .page-title {
color: var(--dark-theme-gray) !important;

.region-sticky--is-sticky {
background-color: rgba(var(--dark-theme-gray-rgb), 0.8) !important;
}

.form-item__description, .fieldset__description {
Expand All @@ -72,7 +70,7 @@ fieldset:not(.fieldgroup) {
}


:not(.form-checkboxes):not(td):not(.tabledrag-cell-content__item):not(.media-library-item__click-to-select-checkbox):not(.field-content) > .form-type--checkbox label {
:not(.form-checkboxes):not(.claro-details__content--accordion-item):not(.field--name-field-login-required):not(.field--name-sticky):not(td):not(.tabledrag-cell-content__item):not(.media-library-item__click-to-select-checkbox):not(.field-content):not(.views-ui-admin-settings-basic):not(.claro-details__wrapper.details-wrapper):not(#edit-options) > .form-type--checkbox label {
color: var(--wool) !important;
}

Expand Down Expand Up @@ -201,16 +199,21 @@ a.menu-item__link {
background: var(--wool) !important;
}

.views-ui-admin-settings-basic .form-type--checkbox .form-item__label,
.fieldset__label,
.fieldset__label--group,
.form-item__label {
color: var(--dark-theme-gray-text-dark);
}

.module-list__module a {
.views-listing-table a,
.module-list__module a,
.update-manager-install-form a {
color: var(--mediterranean-blue) !important;
}


.views-listing-table thead th,
.system-modules-uninstall thead th {
color: var(--wool);
}
Expand All @@ -221,6 +224,10 @@ a.menu-item__link {
color: var(--gin-color-text-light) !important;
}

.update-manager-install-form {
color: var(--dark-theme-gray);
}


// modules

Expand Down Expand Up @@ -337,6 +344,10 @@ a.menu-item__link {
color: var(--wool) !important;
}

.action-link--icon-trash.action-link--danger::before {
background-color: var(--gin-color-danger) !important;
}


.operations .action-link::before {
background-color: var(--wool) !important;
Expand Down

0 comments on commit 0f7a3ce

Please sign in to comment.