Merge pull request #19524 from calixteman/fix_doorhanger_color
[Editor] Fix the color of the labels in the editing doorhangers
This commit is contained in:
commit
c64d3d7cc0
@ -1132,6 +1132,11 @@ dialog :link {
|
|||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
|
color: var(--main-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
button:is(:hover, :focus-visible) .editorParamsLabel {
|
||||||
|
color: var(--doorhanger-hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.editorParamsToolbarContainer {
|
.editorParamsToolbarContainer {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user