]> cat aescling's git repositories - mastodon.git/commitdiff
Fix activity-stream-tabs colors and set text variables for text colors (#7722)
authorLynx Kotoura <admin@sanin.link>
Mon, 4 Jun 2018 02:39:42 +0000 (11:39 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Jun 2018 02:39:42 +0000 (04:39 +0200)
app/javascript/styles/mastodon-light/diff.scss

index fe304317d9596736a45e6b34e7020afa9c55b349..eadb4cfcc6cde9f0d5b37d241b5d7d4a5fad870a 100644 (file)
 }
 
 .compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button {
-  color: $ui-base-color;
+  color: lighten($white, 7%);
 
   &:active,
   &:focus,
   &:hover {
-    color: darken($ui-base-color, 7%);
+    color: $white;
   }
 }
 
 .compose-form .compose-form__modifiers .compose-form__upload-description input {
-  color: $ui-base-color;
+  color: lighten($white, 7%);
 
   &::placeholder {
-    color: $ui-base-color;
+    color: lighten($white, 7%);
   }
 }
 
 .dropdown-menu__item {
   a {
     background: $ui-base-color;
-    color: $ui-secondary-color;
+    color: $darker-text-color;
   }
 }
 
 // Change the default colors used on some parts of the profile pages
 .activity-stream-tabs {
   background: $account-background-color;
-
-  a {
-    &.active {
-      color: $ui-primary-color;
-    }
-  }
 }
 
 .activity-stream {
   .account-grid-card {
     .controls {
       .icon-button {
-        color: $ui-secondary-color;
+        color: $darker-text-color;
       }
     }
 
     }
 
     .username {
-      color: $ui-secondary-color;
+      color: $darker-text-color;
     }
 
     .account__header__content {