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:
Pedro Pinto Silva 2022-08-17 08:50:27 +02:00 committed by Szymon Kłos
parent f3c7b59265
commit e55812033d

View file

@ -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);