Patch fixes to colors on the home feed accordion panel options.

This commit is contained in:
Dank Gabs
2019-07-03 13:49:45 -04:00
parent 447de8e6dc
commit 69e0f95bf2
3 changed files with 16 additions and 16 deletions

View File

@@ -377,7 +377,7 @@
}
a {
color: $secondary-text-color;
color: $gab-brand-default;
text-decoration: none;
&:hover {
@@ -439,12 +439,11 @@
display: block;
font-size: 15px;
line-height: 20px;
color: lighten($ui-highlight-color, 8%);
color: $gab-brand-default;
border: 0;
background: transparent;
padding: 0;
padding-top: 8px;
&:hover,
&:active {
text-decoration: underline;
@@ -1881,11 +1880,11 @@ a.account__display-name {
}
.react-toggle--checked .react-toggle-track {
background-color: $ui-highlight-color;
background-color: $gab-brand-default;
}
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: lighten($ui-highlight-color, 10%);
background-color: lighten($gab-brand-default, 10%);
}
.react-toggle-track-check {
@@ -1941,7 +1940,7 @@ a.account__display-name {
.react-toggle--checked .react-toggle-thumb {
left: 27px;
border-color: $ui-highlight-color;
border-color: $gab-brand-default;
}
.column-link {
@@ -2576,7 +2575,7 @@ a.status-card.compact:hover {
}
.column-header__collapsible-inner {
background: lighten($ui-base-color, 8%);
background: #e6e6e6;
padding: 15px;
}