UX: Apply primary button styling for Edit Table button

This commit is contained in:
Keegan George 2022-07-14 08:56:31 -07:00
parent 86af126978
commit 67a27f0ece
1 changed files with 20 additions and 0 deletions

View File

@ -82,6 +82,26 @@
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-datatables";
@import "vendor/jspreadsheet-theme";