mirror of https://github.com/gorhill/uBlock.git
Do not use `letter-spacing` for non-bolded text
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/1044#issuecomment-682920219
This commit is contained in:
parent
aadbdccbbe
commit
3bbed7be33
|
@ -98,7 +98,6 @@ button {
|
||||||
fill: var(--button-ink);
|
fill: var(--button-ink);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
letter-spacing: 0.5px;
|
|
||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
padding: 0 var(--font-size);
|
padding: 0 var(--font-size);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -276,6 +275,7 @@ select {
|
||||||
:root.hidpi button {
|
:root.hidpi button {
|
||||||
font-family: Metropolis, sans-serif;
|
font-family: Metropolis, sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
:root.hidpi .fieldset-header {
|
:root.hidpi .fieldset-header {
|
||||||
font-family: Metropolis, sans-serif;
|
font-family: Metropolis, sans-serif;
|
||||||
|
|
|
@ -36,7 +36,6 @@ html, body {
|
||||||
border-top: 3px solid transparent;
|
border-top: 3px solid transparent;
|
||||||
color: var(--dashboard-tab-ink);
|
color: var(--dashboard-tab-ink);
|
||||||
fill: var(--dashboard-tab-ink);
|
fill: var(--dashboard-tab-ink);
|
||||||
letter-spacing: 0.5px;
|
|
||||||
padding: 0.5em 1.4em calc(0.5em - 3px);
|
padding: 0.5em 1.4em calc(0.5em - 3px);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
@ -87,6 +86,7 @@ body:not(.canUpdateShortcuts) .tabButton[data-pane="shortcuts.html"] {
|
||||||
:root.hidpi .tabButton {
|
:root.hidpi .tabButton {
|
||||||
font-family: Metropolis, sans-serif;
|
font-family: Metropolis, sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hover-able devices */
|
/* hover-able devices */
|
||||||
|
|
Loading…
Reference in New Issue