Commit 7fd2e335 authored by baldwinlouie's avatar baldwinlouie Committed by Yas Naoi
Browse files

Issue #3324238 by baldwinlouie, yas: Remove blue background from some of the action buttons

parent b724d902
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -249,10 +249,6 @@ table tbody tr td.delta-order + td .no-icon.remove-rule .button {
  margin-left: 0;
}

.button.js-form-submit.form-submit {
  background-color: #18c2e7;
}

/* -------------------------------
  Material Design Ripple Effect
---------------------------------- */
+0 −8
Original line number Diff line number Diff line
@@ -125,14 +125,6 @@
  }
}

.button {
  &.js-form-submit {
    &.form-submit {
      background-color: $d-text-primary-color;
    }
  }
}

/* -------------------------------
  Material Design Ripple Effect
---------------------------------- */
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    "grunt-dart-sass": "^2.0.1",
    "grunt-stylelint": "^0.18.0",
    "sass": "^1.52.2",
    "stylelint": "^14.9.1",
    "stylelint": "^14.13.0",
    "stylelint-config-drupal": "^3.1.0"
  }
}