style(rich-text-editor): [rich-text-editor] css variable error (#1367)

* docs(Tree): [Tree] Clear redundant default-expand-all attribute descripttions

* style(rich-text-editor): [rich-text-editor] css variable error

---------

Co-authored-by: “Jevin” <jevin@mogul-tech.com>
This commit is contained in:
Jevin 2024-02-27 10:17:21 +08:00 committed by GitHub
parent a278aec6ac
commit e155c44b29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -132,7 +132,7 @@
.h-options { .h-options {
position: absolute; position: absolute;
padding: 0.15rem; padding: 0.15rem;
background-color: var(--ti-rich-text-edito-options-bg-color); background-color: var(--ti-rich-text-editor-options-bg-color);
left: 0; left: 0;
display: none; display: none;
border-radius: var(--ti-rich-text-editor-options-border-radius); border-radius: var(--ti-rich-text-editor-options-border-radius);
@ -286,15 +286,15 @@
.line-height-button { .line-height-button {
position: relative; position: relative;
.line-height-options { .line-height-options {
position: absolute; position: absolute;
padding: 0.15rem; padding: 0.15rem;
background-color: var(--ti-rich-text-edito-options-bg-color); background-color: var(--ti-rich-text-editor-options-bg-color);
left: 0; left: 0;
display: none; display: none;
border-radius: var(--ti-rich-text-editor-options-border-radius); border-radius: var(--ti-rich-text-editor-options-border-radius);
box-shadow: var(--ti-rich-text-editor-options-box-shadow); box-shadow: var(--ti-rich-text-editor-options-box-shadow);
z-index: 999; z-index: 999;
button { button {
color: black; color: black;