Files
NodeBB/public/scss/admin/extend/plugins.scss
Barış Soner Uşaklı e0f25b3633 fix order plugins
2023-05-31 13:23:21 -04:00

13 lines
230 B
SCSS

.plugins {
.plugin-list.ui-sortable {
li {
&:first-child .fa-chevron-up, &:last-child .fa-chevron-down {
pointer-events: none;
color: $gray-300;
}
&:last-child {
border-bottom: none!important;
}
}
}
}