Remove unused settings2 CSS (#1298)
This commit is contained in:
parent
9587202d5a
commit
8a6ecc7297
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user