Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 0c10dd7

Browse files
committed
style(next)/restyle CKEditor: restyle the action buttons
1 parent 408209a commit 0c10dd7

File tree

1 file changed

+15
-0
lines changed
  • src/public/stylesheets/theme-next/notes

1 file changed

+15
-0
lines changed

src/public/stylesheets/theme-next/notes/text.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,21 @@
114114
--ck-border-radius: 0;
115115
}
116116

117+
/* Action buttons */
118+
119+
:root .ck-link-actions button.ck-button,
120+
:root .ck-link-form button.ck-button {
121+
--ck-border-radius: 6px;
122+
123+
background: transparent;
124+
box-shadow: unset;
125+
}
126+
127+
:root .ck-link-actions button.ck-button:hover,
128+
:root .ck-link-form button.ck-button:hover {
129+
background: var(--hover-item-background-color);
130+
}
131+
117132
/*
118133
* EDITOR'S CONTENT
119134
*/

0 commit comments

Comments
 (0)