Skip to content

Commit

Permalink
remove the highlight from the code button
Browse files Browse the repository at this point in the history
  • Loading branch information
amandamcg committed May 25, 2020
1 parent cba5c0e commit b707cb0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion theme/userchrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ body {
height: var(--base-size-40)
}

.editor-toolbar .button, .header .button {
border: 0 !important;
}

.editor-toolbar .button i {
font-size: var(--base-size-13) !important;
}
Expand Down Expand Up @@ -243,7 +247,9 @@ body {

/* layout */
.header>*:nth-child(6) {
order: 3
order: 3;
background-color: transparent !important;
padding-top: 0px !important;
}

/* layout */
Expand Down

0 comments on commit b707cb0

Please sign in to comment.