fix(fe/styles): clean up incorrect styles

This commit is contained in:
hexxa 2022-03-19 17:51:06 +08:00 committed by Hexxa
parent 18aa61a0f8
commit c8c7450583
8 changed files with 17 additions and 28 deletions

View file

@ -258,7 +258,6 @@
padding: 1rem;
color: #697384;
margin: 1rem 0 0 0;
background-color: #f6f6f6;
white-space: nowrap;
overflow: auto;
}
@ -347,25 +346,19 @@
color: #f1c40f;
}
.theme-default .lightest-bg {
background-color: white;
}
.theme-default .major-bg {
background-color: #f6f6f6;
}
.theme-default .normal-bg {
background-color: #ecf0f6;
background-color: white;
}
.theme-default .focus-bg {
background-color: #16a085;
}
.theme-default .minor-bg {
background-color: #2c3e50;
background-color: #ecf0f6;
}
.theme-default button {
background-color: rgba(0, 0, 0, 0.3);
}
.theme-default ::placeholder {
.theme-default ::placeholder {
color: #95a5a6;
}
.theme-default a {
@ -374,9 +367,6 @@
.theme-default a:hover {
color: cc#2ecc71;
}
.theme-default input {
background-color: rgba(0, 0, 0, 0.15);
}
.theme-default input:focus {
opacity: 0.8;
box-shadow: 0 0.1rem 1rem rgba(22, 160, 133, 0.1);
@ -384,4 +374,4 @@
.theme-default .button-default {
color: #697384;
background-color: #ecf0f6;
}
}