Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-stv committed Apr 4, 2024
1 parent 9e413a3 commit 1f0b0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/app/theme/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

.ck-balloon-panel, .ck-dropdown__panel {
box-shadow: var(--color-shadow-large) !important;
background: var(--color-canvas-overlay) !important;
border: 1px solid var(--color-border-default) !important;
border-radius: 6px !important;
}
Expand Down
11 changes: 3 additions & 8 deletions src/app/theme/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.ck.ck-toolbar {
background: transparent !important;
background: inherit !important;
padding: 0;

& > .ck-toolbar__items {
Expand All @@ -51,7 +51,7 @@
border: 0;

/* Color */
color: var(--color-fg-muted) !important;
color: var(--fgColor-muted, var(--color-fg-muted)) !important;

/* Height */
display: block;
Expand All @@ -60,11 +60,6 @@
/* Cursor */
cursor: pointer;

&.ck-on,
&:not(.ck-disabled):hover {
color: var(--color-accent-fg) !important;
}

&.ck-splitbutton__action {
margin-right: 0 !important;
}
Expand Down Expand Up @@ -159,4 +154,4 @@

html[data-color-mode="dark"] .ck.ck-toolbar>.ck-toolbar__items .ck-insert-table-dropdown__label {
color: #FFF;
}
}

0 comments on commit 1f0b0c2

Please sign in to comment.