File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ const CollectionImportButton: React.FC<CollectionImportButtonProps> = ({
8181 ? "Queuing..."
8282 : "Queue Import" ;
8383
84- const buttonClass = force ? "btn btn-warning" : "btn btn-default" ;
84+ const buttonClass = force
85+ ? "btn btn-default collection-import-button force"
86+ : "btn btn-default collection-import-button" ;
8587
8688 const panelContent = (
8789 < div className = "collection-import" >
Original file line number Diff line number Diff line change 1111}
1212
1313.collection-import {
14+ .collection-import-button.force {
15+ background : darken ($yellow , 8% );
16+ border-color : darken ($yellow , 20% );
17+ color : $dark-gray ;
18+
19+ & :hover ,
20+ & :focus {
21+ background : $yellow ;
22+ border-color : darken ($yellow , 25% );
23+ color : $dark-gray ;
24+ }
25+ }
26+
1427 .collection-import-details-toggle {
1528 background : none ;
1629 border : none ;
You can’t perform that action at this time.
0 commit comments