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

Commit 99e6a64

Browse files
committed
style(next)/restyle CKEditor: improve the appearance of popups
1 parent 837cdea commit 99e6a64

File tree

1 file changed

+2
-1
lines changed
  • src/public/stylesheets/theme-next/notes

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@
3939
--ck-color-panel-border: var(--ck-editor-popup-border-color);
4040

4141
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
42+
outline: transparent !important;
4243
border: 1px solid var(--ck-editor-popup-border-color) !important;
4344
border-radius: var(--dropdown-border-radius) !important;
4445
background: var(--menu-background-color) !important;
4546
backdrop-filter: var(--dropdown-backdrop-filter);
46-
padding: 4px;
47+
padding: 4px;
4748
}
4849

4950
:root ul.ck.ck-list,

0 commit comments

Comments
 (0)