|
602 | 602 | border-color: var-get($theme, 'ym-selected-current-outline-focus-color'); |
603 | 603 | } |
604 | 604 | } |
| 605 | + |
| 606 | + @if $variant == 'fluent' { |
| 607 | + box-shadow: 0 0 0 $border-size var-get($theme, 'ym-selected-current-outline-focus-color'); |
| 608 | + } |
| 609 | + |
| 610 | + &:hover { |
| 611 | + color: var-get($theme, 'ym-selected-current-hover-foreground'); |
| 612 | + background: var-get($theme, 'ym-selected-current-hover-background'); |
| 613 | + |
| 614 | + // stylelint-disable-next-line |
| 615 | + @if $variant != 'indigo' { |
| 616 | + box-shadow: inset 0 0 0 $border-size var-get($theme, 'ym-selected-current-outline-focus-color'); |
| 617 | + } @else { |
| 618 | + &::after { |
| 619 | + border-color: var-get($theme, 'ym-selected-current-outline-focus-color'); |
| 620 | + } |
| 621 | + } |
| 622 | + |
| 623 | + @if $variant == 'fluent' { |
| 624 | + box-shadow: 0 0 0 $border-size var-get($theme, 'ym-selected-current-outline-focus-color'); |
| 625 | + } |
| 626 | + } |
605 | 627 | } |
606 | 628 | } |
607 | 629 |
|
|
670 | 692 | } |
671 | 693 | } |
672 | 694 |
|
| 695 | + @if $variant == 'fluent' { |
| 696 | + box-shadow: 0 0 0 $border-size var-get($theme, 'ym-selected-current-outline-color'); |
| 697 | + } |
| 698 | + |
673 | 699 | &:hover { |
674 | 700 | color: var-get($theme, 'ym-selected-current-hover-foreground'); |
675 | 701 | background: var-get($theme, 'ym-selected-current-hover-background'); |
|
683 | 709 | border-color: var-get($theme, 'ym-selected-current-outline-hover-color'); |
684 | 710 | } |
685 | 711 | } |
| 712 | + |
| 713 | + |
| 714 | + @if $variant == 'fluent' { |
| 715 | + box-shadow: 0 0 0 $border-size var-get($theme, 'ym-selected-current-outline-hover-color'); |
| 716 | + } |
686 | 717 | } |
687 | 718 | } |
688 | 719 | } |
|
1364 | 1395 |
|
1365 | 1396 | &::after { |
1366 | 1397 | background: var-get($theme, 'date-selected-special-background'); |
1367 | | - border-color: var-get($theme, 'date-special-border-color'); |
| 1398 | + border-color: var-get($theme, 'date-selected-special-border-color'); |
1368 | 1399 | border-radius: var-get($theme, 'date-special-border-radius'); |
1369 | 1400 | } |
1370 | 1401 |
|
|
0 commit comments