UX: Apply primary button styling for Edit Table button
This commit is contained in:
parent
86af126978
commit
67a27f0ece
|
@ -82,6 +82,26 @@
|
||||||
margin-inline: 0.25em;
|
margin-inline: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-edit-table {
|
||||||
|
background: var(--tertiary);
|
||||||
|
color: var(--secondary);
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
color: var(--secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.discourse-no-touch & {
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--tertiary-hover);
|
||||||
|
color: var(--secondary);
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
color: var(--secondary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@import "vendor/jspreadsheet";
|
@import "vendor/jspreadsheet";
|
||||||
@import "vendor/jspreadsheet-datatables";
|
@import "vendor/jspreadsheet-datatables";
|
||||||
@import "vendor/jspreadsheet-theme";
|
@import "vendor/jspreadsheet-theme";
|
||||||
|
|
Loading…
Reference in New Issue