Skip to content

Commit a1c8cd9

Browse files
committed
Importing common css components in a plugin breaks css priorities in core
1 parent b1acfdf commit a1c8cd9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

assets/stylesheets/common/admin.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import "admin/mapper";
22
@import "admin/manager";
33
@import "admin/api";
4-
@import "common/components/buttons";
54
@import "admin/variables";
65

76
$expired: #339b18;
@@ -687,14 +686,6 @@ $error: #ef1700;
687686
}
688687
}
689688

690-
.btn.save:enabled {
691-
@extend .btn-primary;
692-
}
693-
694-
.btn.destroy {
695-
@extend .btn-danger;
696-
}
697-
698689
h3 {
699690
margin-bottom: 0;
700691
}

0 commit comments

Comments
 (0)