Skip to content

Commit

Permalink
fix(open-styles-button): Show button only for the inner most block - …
Browse files Browse the repository at this point in the history
…refs #148213
  • Loading branch information
avoinea committed Sep 27, 2022
1 parent 5bf7be7 commit 696384b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
.loadAddonVariables();

.open-styles-button {
display: none;
width: 100%;
padding: 0 1em;
margin: auto 0;
text-align: right;

&:last-of-type {
display: block;
}

button {
color: @linkColor;
cursor: pointer;
Expand Down

0 comments on commit 696384b

Please sign in to comment.