Skip to content

Commit

Permalink
Installer security update color adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Jul 4, 2024
1 parent 65d1931 commit 0eceabd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion styles/base/_backdrop-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,17 @@ tr:hover .diff-deletedline {
background: var(--gin-bg-layer4);
}


.tree-grid button:focus {
background-color: var(--gin-bg-layer3);
}

/* Installer overrides */
.installer-manager-update-form .update-security.odd:not(:hover),
.block-dashboard-updates .update-security.odd:not(:hover) {
background-color: var(--gin-bg-danger-light);
}

.installer-manager-update-form .update-security:not(:hover),
.block-dashboard-updates .update-security:not(:hover) {
color: var(--gin-color-danger);
}

0 comments on commit 0eceabd

Please sign in to comment.