fix t-pagination and t-menu style
This commit is contained in:
@ -50,9 +50,22 @@
|
||||
}
|
||||
|
||||
.t-pagination {
|
||||
font-size: 12px;
|
||||
--td-comp-size-m: 28px;
|
||||
|
||||
.t-pagination__pager {
|
||||
|
||||
.t-pagination__number {
|
||||
cursor: var(--tui-cur-pointer) !important;
|
||||
|
||||
&:hover {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -226,3 +239,26 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.t-menu {
|
||||
|
||||
.t-head-menu__inner {
|
||||
height: var(--td-comp-size-xxl);
|
||||
|
||||
.t-menu__operations:not(:empty) {
|
||||
height: var(--td-comp-size-xxl);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.t-menu__item {
|
||||
height: 100%;
|
||||
padding: 0 24px;
|
||||
margin-left: 0;
|
||||
|
||||
&.t-is-active {
|
||||
color: var(--td-text-color-anti);
|
||||
background-color: var(--td-brand-color)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user