This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0421786 [dashboard editor] use the theme's btn-primary (#6859)
0421786 is described below
commit 0421786fed3b082026d67124f3c784f9565b0cf1
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Mar 4 20:54:17 2019 -0800
[dashboard editor] use the theme's btn-primary (#6859)
---
superset/assets/src/dashboard/stylesheets/builder.less | 7 -------
1 file changed, 7 deletions(-)
diff --git a/superset/assets/src/dashboard/stylesheets/builder.less
b/superset/assets/src/dashboard/stylesheets/builder.less
index fc74012..a4347df 100644
--- a/superset/assets/src/dashboard/stylesheets/builder.less
+++ b/superset/assets/src/dashboard/stylesheets/builder.less
@@ -60,13 +60,6 @@
position: relative;
}
-/* @TODO remove upon new theme */
-.btn.btn-primary {
- background: @almost-black !important;
- border-color: @almost-black;
- color: white !important;
-}
-
.dropdown-toggle.btn.btn-primary .caret {
color: white;
}