Merge pull request #15625 from calixteman/bug1797310

Fix font for the 'current view' entry in the secondary toolbar (bug 1797310)
This commit is contained in:
calixteman 2022-10-26 11:02:55 +02:00 committed by GitHub
commit 00279d6e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,6 +318,7 @@ body {
.toolbar select, .toolbar select,
.secondaryToolbar input, .secondaryToolbar input,
.secondaryToolbar button, .secondaryToolbar button,
.secondaryToolbar a,
.secondaryToolbar select, .secondaryToolbar select,
.editorParamsToolbar input, .editorParamsToolbar input,
.editorParamsToolbar button, .editorParamsToolbar button,
@ -935,7 +936,7 @@ body {
} }
a.secondaryToolbarButton { a.secondaryToolbarButton {
padding-top: 6px; padding-top: 5px;
text-decoration: none; text-decoration: none;
} }
a.toolbarButton[href="#"], a.toolbarButton[href="#"],