Skip to content

Commit

Permalink
VACMS-20126: updates for environmental_indicator regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn committed Dec 18, 2024
1 parent 4ebac91 commit ea8a6a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docroot/modules/custom/va_gov_backend/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@
background-image: url('../images/content-release-tooltip.svg');
background-position: center;
background-repeat: no-repeat;
margin: 0;
padding-bottom: 10px;
z-index: 300;
}

#content-release-status-icon {
background-image: url('../images/content-release-tooltip-gray.svg');
background-position: center;
background-repeat: no-repeat;
margin: 0;
padding-bottom: 10px;
z-index: 300;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body.toolbar-fixed {
&:hover,
&:focus {
color: var(--va-blue-dark) !important;
background-color: var(--va-blue-lightest) !important;
}

&:focus {
Expand Down Expand Up @@ -133,6 +134,7 @@ body.toolbar-fixed {
&:hover,
&:focus {
color: var(--va-blue-dark) !important;
background-color: var(--va-blue-lightest) !important;
}

&:focus {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

0 comments on commit ea8a6a4

Please sign in to comment.