fix: miscellaneous ui tweaks
This commit is contained in:
parent
3404fa0f61
commit
ec848fe561
2 changed files with 73 additions and 9 deletions
|
@ -417,6 +417,41 @@ i.grey.icon.icon.icon.icon {
|
|||
background-color: #16a34a !important;
|
||||
}
|
||||
|
||||
.ui.segment,
|
||||
.ui.segments,
|
||||
.ui.table,
|
||||
.ui.table>tbody>tr>td,
|
||||
.ui.attached.header,
|
||||
.tw-border,
|
||||
.tw-border-b-secondary,
|
||||
overflow-menu,
|
||||
#profile-avatar-card,
|
||||
.user.profile .ui.card .extra.content>ul>li:not(:last-child),
|
||||
.ui.vertical.menu,
|
||||
ul li[data-v-62ab92f3]:not(:last-child) {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.ui.vertical.menu .item::before {
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
.repos-filter[data-v-62ab92f3] {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.ui.table>thead>tr>th,
|
||||
.ui.dropdown .menu,
|
||||
.ui.dropdown .menu>.divider,
|
||||
.divider:not(.divider-text),
|
||||
.flex-list>.flex-item+.flex-item {
|
||||
border-color: var(--color-secondary-light-2) !important;
|
||||
}
|
||||
|
||||
.switch .active.item {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
/* friendlycaptcha */
|
||||
.frc-captcha.frc-captcha,
|
||||
.frc-captcha.frc-captcha.dark {
|
||||
|
@ -444,11 +479,6 @@ i.grey.icon.icon.icon.icon {
|
|||
background: var(--color-hover);
|
||||
}
|
||||
|
||||
.ui.segment,
|
||||
.ui.attached.header {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* Chroma Theme -- modified modus-vivendi */
|
||||
|
||||
/* LineLink */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue