@each $theme in dark, light { // @include theme($theme); .v-application.#{$theme}-mode { .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; border: none; .ant-pagination-item-link { border: none; background-color: map-deep-get($config, #{$theme}, "paging-background") !important; } } .ant-pagination-item-active { border: 1px solid #1890ff !important; color: #1890ff !important } .ant-pagination-options-size-changer { .ant-select-selection { border: 0.5px solid map-deep-get($config, #{$theme}, "v-input-fieldset-color") !important; background: map-deep-get($config, #{$theme}, "paging-background") !important; color: map-deep-get($config, #{$theme}, "paging-text") !important; } .ant-select-arrow { color: map-deep-get($config, #{$theme}, "paging-text") !important; } .ant-select-selection__rendered { margin-right: 30px; } } } }