Skip to content

Commit

Permalink
LPS-117468 Fix unexpected background and border in Page Editor editables
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomustapic committed Jul 22, 2020
1 parent 21b2adc commit c762472
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
display: none;
}

.cke_editable {
background-color: unset;
padding: 0;
}

.cke_editable:after {
border: none;
}

.cke_editable:focus {
background-color: unset;
}

.portlet {
> .portlet-topper {
background-color: rgba(255, 255, 255, 0.95);
Expand Down

0 comments on commit c762472

Please sign in to comment.