Remove sidebar's hardcoded :hover states for unotoolbutton parents
These should not be targeted - ids can change (e.g. FormatPaintbrush2 ,etc) - Also unotoolbutton is already inheriting :hover rules Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I7149cebfd52b4049a27bd3989fc88d254440df6d
This commit is contained in:
parent
f3c7b59265
commit
e55812033d
1 changed files with 0 additions and 3 deletions
|
@ -266,11 +266,8 @@ td.jsdialog .jsdialog.cell.sidebar {
|
|||
.hasnotebookbar .ui-content.unotoolbutton.selected:hover,
|
||||
.unotoolbutton.notebookbar:hover,
|
||||
.hasnotebookbar .ui-content.unotoolbutton.selected:not(.has-label):not(.inline):hover,
|
||||
#clearFormatting:hover,
|
||||
#FormatPaintbrush:hover,
|
||||
.sidebar.unotoolbutton:hover,
|
||||
.sidebar.unotoolbutton.selected:hover,
|
||||
.sidebar #FormatPaintbrush:hover,
|
||||
#table-textorientbox.sidebar .jsdialog .radiobutton:hover {
|
||||
background-color: var(--color-background-darker) !important;
|
||||
border: 1px solid var(--color-border-darker);
|
||||
|
|
Loading…
Reference in a new issue