diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 16:07:50 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 16:07:50 -0500 | 
| commit | 8a6ecc7297842a377668a48382871ed60d6436e1 (patch) | |
| tree | f3814770870c29cfbb03ab6b0e5d006d04b817d6 | |
| parent | 9587202d5a8e678a8576ba3fa80344a788c3d005 (diff) | |
Remove unused settings2 CSS (#1298)
| -rw-r--r-- | ext/bg/css/settings2.css | 19 | 
1 files changed, 0 insertions, 19 deletions
| diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index 5376f456..8c89b608 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -59,7 +59,6 @@      --link-color: var(--accent-color);      --link-color-hover: var(--accent-color-dark);      --text-color-light: #666666; -    --text-color-lighter: #888888;      --separator-color1: #cccccc;      --separator-color2: #eeeeee;      --outline-item-background-color: rgba(13, 13, 13, 0); @@ -500,24 +499,6 @@ a.heading-link-light {      width: 100%;      height: 100%;  } -.show-preview-switch { -    display: inline-block; -    height: var(--show-preview-label-height); -    margin: 0 auto; -    line-height: var(--show-preview-label-height); -    padding: 0 1.5em; -    cursor: pointer; -    text-align: left; -    color: var(--text-color-lighter); -} -.show-preview-switch-inner { -    display: flex; -    align-items: center; -} -.show-preview-switch-label { -    white-space: nowrap; -    padding-left: var(--padding); -}  /* Settings styles */ |