Fix file menu icons sizing and remove fa/cptools styling

This commit is contained in:
DianaXWiki 2025-08-26 15:24:03 +03:00
parent bc712d5d6a
commit c108f33afe
2 changed files with 5 additions and 10 deletions

View File

@ -68,16 +68,6 @@
background-color: @cp_context-bg-active;
color: @cp_context-fg;
}
.fa, .cptools {
&:first-child {
margin-right: 10px;
}
&.cptools:not(:first-child) {
vertical-align: middle;
}
color: @cp_context-icon;
width: 16px;
}
&.cp-app-disabled {
cursor: not-allowed !important;
opacity: 0.5;

View File

@ -435,6 +435,11 @@
margin: 0;
background: transparent;
}
svg {
height: 1em;
width: 1em;
margin-right: 0.5rem;
}
}
button {