rsuite 5.21.0 → 5.22.0

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/rsuite.css CHANGED
@@ -4364,6 +4364,15 @@ label:hover .rs-checkbox-wrapper .rs-checkbox-inner::before {
4364
4364
  .rs-picker-date-inline .rs-calendar {
4365
4365
  height: 286px;
4366
4366
  }
4367
+ .rs-picker-date-predefined {
4368
+ height: 325px;
4369
+ border-right: 1px solid #e5e5ea;
4370
+ border-right: 1px solid var(--rs-border-primary);
4371
+ padding: 4px 0;
4372
+ }
4373
+ .rs-picker-date-predefined .rs-btn {
4374
+ display: block;
4375
+ }
4367
4376
  .rs-picker-menu .rs-picker-toolbar {
4368
4377
  max-width: 100%;
4369
4378
  }
@@ -14293,12 +14302,6 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
14293
14302
  -webkit-box-shadow: none;
14294
14303
  box-shadow: none;
14295
14304
  }
14296
- .rs-table-row,
14297
- .rs-table-cell-group,
14298
- .rs-table-cell {
14299
- -webkit-transition: background-color 0.3s linear;
14300
- transition: background-color 0.3s linear;
14301
- }
14302
14305
  .rs-table-hover .rs-table-row:not(.rs-table-row-header):hover,
14303
14306
  .rs-table-hover .rs-table-row:hover .rs-table-cell-group,
14304
14307
  .rs-table-hover .rs-table-row:hover .rs-table-cell {
@@ -14460,6 +14463,17 @@ textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
14460
14463
  border-bottom: 1px solid #f2f2f5 !important;
14461
14464
  border-bottom: 1px solid var(--rs-border-secondary) !important;
14462
14465
  }
14466
+ .rs-table-cell-full-text:hover {
14467
+ z-index: 1 !important;
14468
+ width: auto !important;
14469
+ -webkit-box-shadow: inset #3498ff 0px 0px 2px;
14470
+ -webkit-box-shadow: inset var(--rs-primary-500) 0px 0px 2px;
14471
+ box-shadow: inset #3498ff 0px 0px 2px;
14472
+ box-shadow: inset var(--rs-primary-500) 0px 0px 2px;
14473
+ }
14474
+ .rs-table-cell-full-text:hover .rs-table-cell-content {
14475
+ width: auto !important;
14476
+ }
14463
14477
  .rs-table-cell-header-sortable .rs-table-cell-content {
14464
14478
  cursor: pointer;
14465
14479
  }