1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

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

This commit is contained in:
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

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;