ls-pro-common 3.0.62 → 3.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/common.css CHANGED
@@ -1134,6 +1134,10 @@ a:hover {
1134
1134
  .ant-modal-body .ant-pro-table .ant-card-body {
1135
1135
  padding: 0;
1136
1136
  }
1137
+ .ant-cell-selected ::selection {
1138
+ color: inherit;
1139
+ background-color: inherit;
1140
+ }
1137
1141
  @keyframes turn {
1138
1142
  0% {
1139
1143
  transform: rotate(0deg);
@@ -3372,6 +3376,10 @@ html {
3372
3376
  .ant-modal-body .ant-pro-table .ant-card-body {
3373
3377
  padding: 0;
3374
3378
  }
3379
+ .ant-cell-selected ::selection {
3380
+ color: inherit;
3381
+ background-color: inherit;
3382
+ }
3375
3383
  @keyframes turn {
3376
3384
  0% {
3377
3385
  transform: rotate(0deg);