Skip to content

Commit

Permalink
Box in edit mode changes style now
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Sep 19, 2024
1 parent d2cf8d3 commit 15232ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/rs-common/app/styles/rs-common/components/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,22 @@
box-shadow: 1px 1px 3px #aaa;
padding: 1em;

&:focus {
background-color: #fff;
border-style: dashed;
border-bottom-color: #000;
border-left-color: #000;
border-right-color: #000;
box-shadow: 1px 1px 3px transparent;
color: #111;
}

&.tall {
background-color: #ffc3c3;

&:focus {
background-color: #ffcaca;
}
}

&.has-block {
Expand Down

0 comments on commit 15232ed

Please sign in to comment.