delete .nav-list .empty/.error (#4899)

This commit is contained in:
maTh
2022-11-27 11:25:38 +01:00
committed by GitHub
parent c05e931d5e
commit b71806268c
25 changed files with 0 additions and 509 deletions

View File

@@ -309,24 +309,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: var(--empty-feed-color);
}
.nav-list .item.active.empty a {
background: var(--empty-feed-color);
color: var(--font-color-light);
}
.nav-list .item.error a {
color: var(--font-color-error);
}
.nav-list .item.active.error a {
background: var(--contrast-attention-background-color);
color: var(--font-color-light);
}
.nav-list .nav-header {
padding: 0 10px;
color: var(--font-color-middle);

View File

@@ -309,24 +309,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: var(--empty-feed-color);
}
.nav-list .item.active.empty a {
background: var(--empty-feed-color);
color: var(--font-color-light);
}
.nav-list .item.error a {
color: var(--font-color-error);
}
.nav-list .item.active.error a {
background: var(--contrast-attention-background-color);
color: var(--font-color-light);
}
.nav-list .nav-header {
padding: 0 10px;
color: var(--font-color-middle);

View File

@@ -152,27 +152,7 @@
@include mixins.transition(all, 0.15s, ease-in-out);
}
.error {
a {
color: variables.$alert-bg;
}
}
&:hover {
.error {
a {
background: variables.$main-first;
color: variables.$sid-font-color;
}
}
.empty {
a {
background: variables.$warning-bg;
color: variables.$sid-font-color;
}
}
a {
background: variables.$sid-bg-dark;
text-decoration: none;
@@ -183,20 +163,6 @@
background: variables.$main-first;
color: variables.$white;
.error {
a {
background: variables.$main-first;
color: variables.$white;
}
}
.empty {
a {
background: variables.$warning-bg;
color: variables.$white;
}
}
a {
background: variables.$main-first;
color: variables.$white;
@@ -205,12 +171,6 @@
}
}
&.empty {
a {
color: variables.$warning-bg;
}
}
.nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -566,17 +566,6 @@ form th {
color: #363330;
transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
.nav-list .item:hover .error a {
background: #ca7227;
color: #363330;
}
.nav-list .item:hover .empty a {
background: #f4f762;
color: #363330;
}
.nav-list .item:hover a {
background: #efe3d3;
text-decoration: none;
@@ -585,22 +574,11 @@ form th {
background: #ca7227;
color: #fff;
}
.nav-list .item.active .error a {
background: #ca7227;
color: #fff;
}
.nav-list .item.active .empty a {
background: #f4f762;
color: #fff;
}
.nav-list .item.active a {
background: #ca7227;
color: #fff;
text-decoration: none;
}
.nav-list.empty a {
color: #f4f762;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -566,17 +566,6 @@ form th {
color: #363330;
transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
.nav-list .item:hover .error a {
background: #ca7227;
color: #363330;
}
.nav-list .item:hover .empty a {
background: #f4f762;
color: #363330;
}
.nav-list .item:hover a {
background: #efe3d3;
text-decoration: none;
@@ -585,22 +574,11 @@ form th {
background: #ca7227;
color: #fff;
}
.nav-list .item.active .error a {
background: #ca7227;
color: #fff;
}
.nav-list .item.active .empty a {
background: #f4f762;
color: #fff;
}
.nav-list .item.active a {
background: #ca7227;
color: #fff;
text-decoration: none;
}
.nav-list.empty a {
color: #f4f762;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -294,25 +294,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: transparent;

View File

@@ -294,25 +294,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: linear-gradient(-180deg, #e4992c 0%, #d18114 100%) #e4992c;
background: -webkit-linear-gradient(-180deg, #e4992c 0%, #d18114 100%);
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: transparent;

View File

@@ -289,26 +289,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #c95;
}
.nav-list .item:hover.empty a,
.nav-list .item.active.empty a {
background: #c95;
color: #fff;
}
.nav-list .item.error a {
color: #a44;
}
.nav-list .item:hover.error a,
.nav-list .item.active.error a {
background: #a44;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -289,26 +289,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #c95;
}
.nav-list .item:hover.empty a,
.nav-list .item.active.empty a {
background: #c95;
color: #fff;
}
.nav-list .item.error a {
color: #a44;
}
.nav-list .item:hover.error a,
.nav-list .item.active.error a {
background: #a44;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -276,26 +276,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item:hover.empty a,
.nav-list .item.active.empty a {
background: #f39c12;
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item:hover.error a,
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -276,26 +276,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item:hover.empty a,
.nav-list .item.active.empty a {
background: #f39c12;
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item:hover.error a,
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -151,27 +151,7 @@
@include mixins.transition(all, 0.15s, ease-in-out);
}
.error {
a {
color: variables.$alert-bg;
}
}
&:hover {
.error {
a {
background: variables.$main-first;
color: variables.$sid-font-color;
}
}
.empty {
a {
background: variables.$warning-bg;
color: variables.$sid-font-color;
}
}
a {
background: variables.$sid-bg-dark;
text-decoration: none;
@@ -182,20 +162,6 @@
background: variables.$main-first;
color: variables.$white;
.error {
a {
background: variables.$main-first;
color: variables.$white;
}
}
.empty {
a {
background: variables.$warning-bg;
color: variables.$white;
}
}
a {
background: variables.$main-first;
color: variables.$white;
@@ -204,12 +170,6 @@
}
}
&.empty {
a {
color: variables.$warning-bg;
}
}
.nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -580,17 +580,6 @@ form th {
color: #ffffff;
transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
.nav-list .item:hover .error a {
background: #36c;
color: #ffffff;
}
.nav-list .item:hover .empty a {
background: #f4f762;
color: #ffffff;
}
.nav-list .item:hover a {
background: #17181a;
text-decoration: none;
@@ -599,22 +588,11 @@ form th {
background: #36c;
color: #fff;
}
.nav-list .item.active .error a {
background: #36c;
color: #fff;
}
.nav-list .item.active .empty a {
background: #f4f762;
color: #fff;
}
.nav-list .item.active a {
background: #36c;
color: #fff;
text-decoration: none;
}
.nav-list.empty a {
color: #f4f762;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -580,17 +580,6 @@ form th {
color: #ffffff;
transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
.nav-list .item:hover .error a {
background: #36c;
color: #ffffff;
}
.nav-list .item:hover .empty a {
background: #f4f762;
color: #ffffff;
}
.nav-list .item:hover a {
background: #17181a;
text-decoration: none;
@@ -599,22 +588,11 @@ form th {
background: #36c;
color: #fff;
}
.nav-list .item.active .error a {
background: #36c;
color: #fff;
}
.nav-list .item.active .empty a {
background: #f4f762;
color: #fff;
}
.nav-list .item.active a {
background: #36c;
color: #fff;
text-decoration: none;
}
.nav-list.empty a {
color: #f4f762;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -389,24 +389,6 @@ a:hover .icon {
text-decoration: none;
}
.nav-list .item.empty a {
color: var(--empty-feed-color);
}
.nav-list .item.active.empty a {
background-color: var(--empty-feed-color);
color: var(--font-color-light);
}
.nav-list .item.error a {
color: var(--error-feed-color);
}
.nav-list .item.active.error a {
background-color: var(--error-feed-color);
color: var(--font-color-light);
}
.nav-list .nav-header {
padding: 0 10px;
background-color: var(--background-color-grey);

View File

@@ -389,24 +389,6 @@ a:hover .icon {
text-decoration: none;
}
.nav-list .item.empty a {
color: var(--empty-feed-color);
}
.nav-list .item.active.empty a {
background-color: var(--empty-feed-color);
color: var(--font-color-light);
}
.nav-list .item.error a {
color: var(--error-feed-color);
}
.nav-list .item.active.error a {
background-color: var(--error-feed-color);
color: var(--font-color-light);
}
.nav-list .nav-header {
padding: 0 10px;
background-color: var(--background-color-grey);

View File

@@ -249,24 +249,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: #f39c12;
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: #f4f4f4;

View File

@@ -249,24 +249,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: #f39c12;
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: #f4f4f4;

View File

@@ -298,25 +298,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: transparent;

View File

@@ -298,25 +298,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
color: #f39c12;
}
.nav-list .item.active.empty a {
background: linear-gradient(-180deg, #e4992c 0%, #d18114 100%) #e4992c;
background: -webkit-linear-gradient(-180deg, #e4992c 0%, #d18114 100%);
color: #fff;
}
.nav-list .item.error a {
color: #bd362f;
}
.nav-list .item.active.error a {
background: #bd362f;
color: #fff;
}
.nav-list .nav-header {
padding: 0 10px;
background: transparent;

View File

@@ -281,25 +281,9 @@ form th {
.nav-list .item.active a {
color: var(--color-text-light);
}
.nav-list .item.active.empty a,
.nav-list .item.active .error a {
color: var(--color-text-light);
}
.nav-list .item.active.empty a {
background-color: var(--color-background-alert);
}
.nav-list .item.active.error a {
background-color: var(--color-background-bad);
}
.nav-list .item > a {
padding: 0 1.5rem;
}
.nav-list .item.empty a {
color: var(--color-text-alert);
}
.nav-list .item.error a {
color: var(--color-text-bad-lighter);
}
.nav-list .item .icon {
filter: brightness(3);
}

View File

@@ -281,25 +281,9 @@ form th {
.nav-list .item.active a {
color: var(--color-text-light);
}
.nav-list .item.active.empty a,
.nav-list .item.active .error a {
color: var(--color-text-light);
}
.nav-list .item.active.empty a {
background-color: var(--color-background-alert);
}
.nav-list .item.active.error a {
background-color: var(--color-background-bad);
}
.nav-list .item > a {
padding: 0 1.5rem;
}
.nav-list .item.empty a {
color: var(--color-text-alert);
}
.nav-list .item.error a {
color: var(--color-text-bad-lighter);
}
.nav-list .item .icon {
filter: brightness(3);
}

View File

@@ -365,33 +365,12 @@ form {
a {
color: var(--color-text-light);
}
&.empty a,
.error a {
color: var(--color-text-light);
}
&.empty a {
background-color: var(--color-background-alert);
}
&.error a {
background-color: var(--color-background-bad);
}
}
> a {
padding: 0 1.5rem;
}
&.empty a {
color: var(--color-text-alert);
}
&.error a {
color: var(--color-text-bad-lighter);
}
.icon {
filter: brightness(3);
}

View File

@@ -199,18 +199,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
}
.nav-list .item.active.empty a {
}
.nav-list .item.error a {
}
.nav-list .item.active.error a {
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;

View File

@@ -199,18 +199,6 @@ a.btn {
text-decoration: none;
}
.nav-list .item.empty a {
}
.nav-list .item.active.empty a {
}
.nav-list .item.error a {
}
.nav-list .item.active.error a {
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;