Desktop: Fixes #4398: Wrong background color for the table button in the toolbar (#4681)

pull/4687/head
zozolina123 2021-03-16 12:07:20 +02:00 committed by GitHub
parent 131a7e7362
commit aa067e3d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -447,12 +447,17 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
.tox .tox-button--naked:hover:not(:disabled) {
background-color: ${theme.backgroundColor} !important;
}
.tox .tox-tbtn:focus {
background-color: ${theme.backgroundColor3}
}
.tox .tox-tbtn:hover {
color: ${theme.colorHover3} !important;
fill: ${theme.colorHover3} !important;
background-color: ${theme.backgroundColorHover3}
}
}
.tox .tox-tbtn {
width: ${theme.toolbarHeight}px;