Răsfoiți Sursa

overwrapped btn-outline color

kaori 5 ani în urmă
părinte
comite
f12bdeffce
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      src/client/styles/scss/theme/spring.scss

+ 5 - 0
src/client/styles/scss/theme/spring.scss

@@ -94,6 +94,11 @@ html[dark] {
   @import 'apply-colors-light';
   @import 'apply-colors-light';
 
 
   //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.
+  .btn.btn-outline-primary {
+    color: $accentcolor;
+    border-color: $accentcolor;
+  }
   .btn-group.grw-three-stranded-button {
   .btn-group.grw-three-stranded-button {
     .btn.btn-outline-primary {
     .btn.btn-outline-primary {
       @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), lighten($primary, 10%));
       @include three-stranded-button(darken($primary, 50%), lighten($primary, 5%), lighten($primary, 10%));