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

@@ -210,7 +210,7 @@
}
.react-toggle.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
background: lighten($ui-highlight-color, 10%);
background: lighten($gab-brand-default, 10%);
}
// Change the default color used for the text in an empty column or on the error column
@@ -278,13 +278,6 @@
}
}
.status__content,
.reply-indicator__content {
a {
color: $highlight-text-color;
}
}
.button.logo-button {
color: $white;