Remove unused settings2 CSS (#1298)

This commit is contained in:
toasted-nutbread 2021-01-23 16:07:50 -05:00 committed by GitHub
parent 9587202d5a
commit 8a6ecc7297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */