Skip to content

Commit e460062

Browse files
committed
Fix button colors
1 parent 7b879cb commit e460062

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/stylesheets/lexxy.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@
6767

6868
.lexxy-editor__toolbar-button {
6969
background: transparent;
70+
color: currentColor;
7071

7172
&[aria-pressed="true"],
72-
[open] > & {
73+
&[aria-expanded="true"] {
7374
background-color: oklch(var(--lch-blue-medium) / 20%);
7475
}
7576

0 commit comments

Comments
 (0)