Skip to content

Commit

Permalink
Merge pull request #40 from alexvenga/1.x
Browse files Browse the repository at this point in the history
Fix trix dark buttons
  • Loading branch information
lee-to authored Nov 4, 2022
2 parents 4747105 + 6192abe commit fac9a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/trix/trix.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ trix-toolbar .trix-button {
background: transparent;
}

.dark trix-toolbar .trix-button {
background-color: rgba(255, 255, 255, 0.75);
}

trix-toolbar .trix-button:not(:first-child) {
border-left: 1px solid #ccc;
}
Expand Down

0 comments on commit fac9a99

Please sign in to comment.