Przeglądaj źródła

Merge pull request #3555 from weseek/imprv/gw5463-link-color-and-update-button

Imprv/gw5463 link and comment button color
Yuki Takei 5 lat temu
rodzic
commit
2a34d7d7f2
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      src/client/styles/scss/theme/spring.scss

+ 1 - 3
src/client/styles/scss/theme/spring.scss

@@ -97,7 +97,7 @@ html[dark] {
   //Button
   //Button
   // Outline buttons are applyed the accent color to this spring theme cuz the primary is too light and it looks like unable to click them.
   // Outline buttons are applyed the accent color to this spring theme cuz the primary is too light and it looks like unable to click them.
   .btn.btn-outline-primary {
   .btn.btn-outline-primary {
-    @include button-outline-variant($accentcolor, $accentcolor, lighten($accentcolor, 20%), $accentcolor);
+    @include btn-page-editor-mode-manager(darken($primary, 50%), darken($primary, 50%), lighten($primary, 10%));
   }
   }
   .btn-group.grw-page-editor-mode-manager {
   .btn-group.grw-page-editor-mode-manager {
     .btn.btn-outline-primary {
     .btn.btn-outline-primary {
@@ -150,8 +150,6 @@ html[dark] {
 
 
   h1,
   h1,
   h2 {
   h2 {
-    color: $subthemecolor;
-
     svg {
     svg {
       fill: $subthemecolor;
       fill: $subthemecolor;
     }
     }