Skip to content

Commit

Permalink
Remove invalid CSS from presets item view (#8388)
Browse files Browse the repository at this point in the history
* Remove hinvalid CSS from presets item view

* Set warning colour as interim solution

* Fix whitespace
  • Loading branch information
licitdev committed Sep 28, 2021
1 parent fc6b444 commit 7456de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/modules/settings/routes/presets/item.vue
Expand Up @@ -533,9 +533,9 @@ export default defineComponent({
}
.layout-sidebar {
--sidebar-detail-icon-color: var(--primary);
--sidebar-detail-color: var(--primary);
--sidebar-detail-color-active: var(--primary);
--sidebar-detail-icon-color: var(--warning);
--sidebar-detail-color: var(--warning);
--sidebar-detail-color-active: var(--warning);
--form-vertical-gap: 24px;
display: contents;
Expand Down

0 comments on commit 7456de1

Please sign in to comment.