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

Commit 1f8713f

Browse files
committed
style(next): tweak the note icon selection button
1 parent e1e2afc commit 1f8713f

File tree

1 file changed

+8
-2
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+8
-2
lines changed

apps/client/src/stylesheets/theme-next/shell.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,18 @@ body.mobile .note-title {
11451145

11461146
/* The "Change note icon" button */
11471147

1148-
.note-icon-widget .note-icon {
1148+
:root .note-icon-widget button.note-icon,
1149+
:root .note-icon-widget button.note-icon:hover {
11491150
border: none;
11501151
border-radius: 8px;
11511152
}
11521153

1153-
.note-icon-widget .note-icon:hover {
1154+
/* Dropdown open */
1155+
:root .note-icon-widget button.note-icon.show {
1156+
background: var(--ck-editor-toolbar-dropdown-button-open-background);
1157+
}
1158+
1159+
:root .note-icon-widget button.note-icon:not(:disabled):hover {
11541160
background: var(--icon-button-hover-background);
11551161
color: var(--icon-button-hover-color);
11561162
}

0 commit comments

Comments
 (0)