1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

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:
Raymond Hill 2020-08-29 08:32:40 -04:00
parent aadbdccbbe
commit 3bbed7be33
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,6 @@ button {
fill: var(--button-ink);
font-size: 14px;
justify-content: center;
letter-spacing: 0.5px;
min-height: 36px;
padding: 0 var(--font-size);
vertical-align: middle;
@ -276,6 +275,7 @@ select {
:root.hidpi button {
font-family: Metropolis, sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
}
:root.hidpi .fieldset-header {
font-family: Metropolis, sans-serif;

View File

@ -36,7 +36,6 @@ html, body {
border-top: 3px solid transparent;
color: var(--dashboard-tab-ink);
fill: var(--dashboard-tab-ink);
letter-spacing: 0.5px;
padding: 0.5em 1.4em calc(0.5em - 3px);
text-decoration: none;
user-select: none;
@ -87,6 +86,7 @@ body:not(.canUpdateShortcuts) .tabButton[data-pane="shortcuts.html"] {
:root.hidpi .tabButton {
font-family: Metropolis, sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
}
/* hover-able devices */