Prettified Code!

This commit is contained in:
gabek
2023-02-01 05:24:27 +00:00
committed by GitHub Action
parent caa0bb608d
commit 4641d70788
2 changed files with 14 additions and 11 deletions

View File

@@ -63,7 +63,8 @@
font-size: 0.75em; font-size: 0.75em;
} }
.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header { .ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
background-color: var(--theme-color-palette-5); background-color: var(--theme-color-palette-5);
} }

View File

@@ -138,6 +138,8 @@
background-color: var(--theme-color-components-form-field-background); background-color: var(--theme-color-components-form-field-background);
} }
.ant-menu-item a, .ant-menu-submenu-expand-icon, .ant-menu-submenu-arrow { .ant-menu-item a,
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
color: unset; color: unset;
} }