File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1414padding : 0 ;
1515line-height : inherit;
1616}
17+ .codex-editor .ce-paragraph [data-placeholder ]: empty ::before {
18+ color : var (--foreground-subdued );
19+ }
1720
1821/* Quote block */
1922
121124.codex-editor .cdx-marker {
122125color : var (--warning-175 );
123126background : var (--warning-alt );
124- outline : 2px solid var (--warning-alt )
127+ outline : 2px solid var (--warning-alt );
125128}
126129
127130/* tc module */
145148background : var (--background-highlight );
146149}
147150
151+ .tc-toolbox {
152+ --toggler-dots-color : var (--foreground-normal );
153+ --toggler-dots-color-hovered : var (--foreground-normal-alt );
154+ }
155+
148156.tc-toolbox__toggler : hover {
149157fill : var (--background-normal-alt ) !important ;
150158}
151159
152160.codex-editor .tc-toolbox__toggler svg rect : first-child {
161+ /* This is very ugly, but there no other way to set background of the element */
162+ fill : var (--background-normal ) !important ;
163+ border-radius : var (--border-radius );
164+ }
165+
166+ .codex-editor .tc-toolbox__toggler : hover svg rect : first-child {
153167/* This is very ugly, but there no other way to set background of the element */
154168fill : var (--background-normal-alt ) !important ;
155169}
162176.tc-add-row : hover ::before {
163177background-color : var (--v-list-item-background-color-hover );
164178}
165-
Original file line number Diff line number Diff line change 88.codex-editor .ce-toolbar__settings-btn {
99color : var (--foreground-normal );
1010background-color : var (--background-normal );
11+ border-radius : var (--border-radius );
1112}
1213
1314.codex-editor .ce-toolbar__plus : hover ,
4445
4546.codex-editor .cdx-search-field {
4647border-radius : var (--border-radius ) !important ;
47- border : none;
48- background : var (--background-subdued );
48+ border : none;
49+ background : var (--background-subdued );
4950}
5051
5152.codex-editor .ce-popover {
5253background : var (--background-page );
53- border-color : var (--border-normal );
54- border-width : var (--border-width );
55- border-radius : var (--border-radius );
54+ border-color : var (--border-normal );
55+ border-width : var (--border-width );
56+ border-radius : var (--border-radius );
5657}
5758
5859.codex-editor .ce-popover__item--focused {
6768
6869.codex-editor .ce-popover__item-icon {
6970background : var (--background-page );
70- border-color : var (--background-normal-alt );
71+ border-color : var (--background-normal-alt );
7172}
7273
7374.codex-editor .ce-popover__item-icon svg {
121122
122123.ct : before ,
123124.ct : after {
124- background-color : var (--background-inverted );
125+ background-color : var (--background-inverted );
125126}
126127
127128.ct__content {
You can’t perform that action at this time.
0 commit comments