vdesign-ui 0.2.20 → 0.3.1

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.
@@ -490,9 +490,16 @@
490
490
 
491
491
  [theme='dark'] {
492
492
  .@{tabs-prefix-cls}__scroll {
493
- &::after {
494
- box-shadow: 4px 0 6px rgba(0, 0, 0, 0.35);
495
- }
493
+ &--left{
494
+ &::after {
495
+ box-shadow: 4px 0 6px rgba(0, 0, 0, 0.7);
496
+ }
497
+ }
498
+ &--right{
499
+ &::after {
500
+ box-shadow: -4px 0 6px rgba(0, 0, 0, 0.7);
501
+ }
502
+ }
496
503
  }
497
504
  }
498
505