Update paging disable style + Fix bug line chart + Fix paging function hide grid

This commit is contained in:
Michael
2025-08-19 17:27:35 +09:00
parent 99168acab1
commit d405e5bf6d
4 changed files with 35 additions and 14 deletions

View File

@ -10,13 +10,25 @@
margin-top: 10px;
}
.ant-pagination-disabled {
color: map-deep-get($config, #{$theme}, "paging-disable") !important;;
cursor: not-allowed !important;
pointer-events: none; /* disables hover and click */
background-color: transparent;
}
.ant-pagination-disabled:hover {
color: map-deep-get($config, #{$theme}, "paging-disable") !important;;
background-color: transparent !important;
}
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next {
// border: none !important;
// box-shadow: none !important;
background-color: map-deep-get($config, #{$theme}, "paging-background") !important;
color: map-deep-get($config, #{$theme}, "paging-text") !important;
color: map-deep-get($config, #{$theme}, "paging-text");
border: none;
.ant-pagination-item-link {