Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-10 15:07:01 +01:00
Importing common css components in a plugin breaks css priorities in core
Dieser Commit ist enthalten in:
Ursprung
b1acfdf201
Commit
a1c8cd93e3
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
|
@ -1,7 +1,6 @@
|
|||
@import "admin/mapper";
|
||||
@import "admin/manager";
|
||||
@import "admin/api";
|
||||
@import "common/components/buttons";
|
||||
@import "admin/variables";
|
||||
|
||||
$expired: #339b18;
|
||||
|
@ -687,14 +686,6 @@ $error: #ef1700;
|
|||
}
|
||||
}
|
||||
|
||||
.btn.save:enabled {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
|
||||
.btn.destroy {
|
||||
@extend .btn-danger;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren