Update paging disable style + Fix bug line chart + Fix paging function hide grid
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user