Skip to content

Commit

Permalink
Merge pull request #46 from CuBoulder/issue/45
Browse files Browse the repository at this point in the history
Fixes some blocks having white background with white text in Layout Builder
  • Loading branch information
jnicholCU authored Jun 4, 2024
2 parents 720af8e + 6e12512 commit ec861cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/ucb-bootstrap-layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Styles for the layout builder bootstrap layouts
*/

.ucb-boostrap-layout-section .layout-builder-block {
background-color: transparent;
}

/*** ADMIN CONFIGURATION BAR STYLES ***/

.js-form-item-layout-settings-background-background-color .form-radio:checked,
Expand Down Expand Up @@ -50,4 +54,4 @@
content: "";
border-top: solid 2px currentColor;
transform: translate(-50%, 50%) rotate(45deg);
}
}

0 comments on commit ec861cf

Please sign in to comment.