|
14 | 14 | $hoverColor : nth($colors, 2) |
15 | 15 | $disabledColor : nth($colors, 8) |
16 | 16 |
|
17 | | - background-color: $backgroundColor |
| 17 | + background: $backgroundColor |
18 | 18 | border-color : $borderColor |
19 | 19 |
|
20 | 20 | .item.item, |
|
31 | 31 | a.item.item:active:not(.disabled), |
32 | 32 | .item.item.active:not(.disabled), |
33 | 33 | &:not(.link) .item.dropdown.visible |
34 | | - background-color: $backgroundActiveColor |
| 34 | + background: $backgroundActiveColor |
35 | 35 |
|
36 | 36 | .item.unread:after |
37 | | - background-color: $color |
| 37 | + background: $color |
38 | 38 |
|
39 | 39 | a.item.item:hover:not(.active):not(:active):not(.disabled), |
40 | 40 | .item .menu a.item:hover:not(.active):not(:active):not(.disabled) |
41 | | - background-color: $backgroundHoverColor |
| 41 | + background: $backgroundHoverColor |
42 | 42 | color : $hoverColor |
43 | 43 |
|
44 | 44 | .item.disabled, |
|
57 | 57 | $hoverColor : nth($colors, 2) |
58 | 58 | $disabledColor : nth($colors, 8) |
59 | 59 |
|
60 | | - background-color: $backgroundColor |
| 60 | + background: $backgroundColor |
61 | 61 | border-color : $borderColor |
62 | 62 |
|
63 | 63 | .item, |
|
66 | 66 | border-color: $borderColor |
67 | 67 |
|
68 | 68 | .item.unread:after |
69 | | - background-color: $color |
| 69 | + background: $color |
70 | 70 |
|
71 | 71 | a.item:hover:not(.active), |
72 | 72 | a.item .menu .item:hover:not(.active), |
|
89 | 89 | display : flex |
90 | 90 | font-size : $medium |
91 | 91 | margin : $menu_margin |
92 | | - background-color: $menu_backgroundColor |
| 92 | + background: $menu_backgroundColor |
93 | 93 | border-radius : $menu_borderRadius |
94 | 94 | border : $menu_border |
95 | 95 | box-shadow : $menu_boxShadow |
|
162 | 162 | color : $menu_itemHoverTextColor |
163 | 163 |
|
164 | 164 | .ts.menu:not(.fitted) a.item:hover |
165 | | - background-color: $menu_itemHoverBackgroundColor |
| 165 | + background: $menu_itemHoverBackgroundColor |
166 | 166 |
|
167 | 167 | //-------------------// |
168 | 168 | // Relaxed |
|
205 | 205 | .ts.menu:not(.link):not(.fitted) a.item:active, |
206 | 206 | .ts.menu:not(.link):not(.fitted) .item.active, |
207 | 207 | .ts.menu:not(.link):not(.fitted) .item.dropdown.visible |
208 | | - background-color: $menu_itemActiveBackgroundColor |
| 208 | + background: $menu_itemActiveBackgroundColor |
209 | 209 |
|
210 | 210 | .ts.menu:not(.link) a.item:active, |
211 | 211 | .ts.menu:not(.link) .item.active, |
|
450 | 450 | //-------------------// |
451 | 451 |
|
452 | 452 | .ts.menu.secondary |
453 | | - background-color: $menu_secondaryBackgroundColor |
| 453 | + background: $menu_secondaryBackgroundColor |
454 | 454 | //margin-left : -$menu_secondaryItemSpacing |
455 | 455 | //margin-right : -$menu_secondaryItemSpacing |
456 | 456 | border-radius : 0 |
|
504 | 504 | z-index: 1 |
505 | 505 |
|
506 | 506 | .ts.menu.pointing.secondary a.item:not(.active):hover:before |
507 | | - background-color: $menu_secondaryPointingHoverBorderColor |
| 507 | + background: $menu_secondaryPointingHoverBorderColor |
508 | 508 |
|
509 | 509 | .ts.menu.pointing.secondary a.item:not(.active):active:before |
510 | | - background-color: $menu_secondaryPointingPressedBorderColor |
| 510 | + background: $menu_secondaryPointingPressedBorderColor |
511 | 511 |
|
512 | 512 | .ts.menu.pointing.secondary .item.active, |
513 | 513 | .ts.menu.pointing.secondary a.item:hover, |
514 | 514 | .ts.menu.pointing.secondary a.item:active |
515 | | - background-color: transparent |
| 515 | + background: transparent |
516 | 516 |
|
517 | 517 | .ts.menu.pointing.secondary .item.active |
518 | 518 | color : $menu_secondaryPointingActiveTextColor |
519 | 519 | font-weight: $menu_secondaryPointingActiveFontWeight |
520 | 520 |
|
521 | 521 | .ts.menu.pointing.secondary .item.active:before |
522 | | - background-color: $menu_secondaryPointingActiveBorderColor |
| 522 | + background: $menu_secondaryPointingActiveBorderColor |
523 | 523 |
|
524 | 524 | //-------------------// |
525 | 525 | // Vertical Secondary Pointing |
|
551 | 551 | box-shadow : none |
552 | 552 | border : none |
553 | 553 | border-radius : 0 |
554 | | - background-color: $menu_tabbedMenuBackgroundColor |
| 554 | + background: $menu_tabbedMenuBackgroundColor |
555 | 555 | border-bottom : $menu_tabbedMenuBorderWidth solid $menu_tabbedMenuBorderColor |
556 | 556 |
|
557 | 557 | .ts.menu.tabbed .item |
|
565 | 565 | display: none |
566 | 566 |
|
567 | 567 | .ts.menu.tabbed .item.active.active.active.active |
568 | | - background-color: $menu_tabbedMenuActiveBackgroundColor |
| 568 | + background: $menu_tabbedMenuActiveBackgroundColor |
569 | 569 | border-color : $menu_tabbedMenuActiveBorderColor |
570 | 570 | margin-bottom : -$menu_tabbedMenuBorderWidth |
571 | 571 | font-weight : $menu_tabbedMenuActiveFontWeight |
572 | 572 | color : $menu_tabbedMenuActiveTextColor |
573 | 573 |
|
574 | 574 | .ts.menu.tabbed a.item:not(.active):hover |
575 | 575 | cursor : pointer |
576 | | - background-color: $menu_tabbedItemHoverBackgroundColor |
| 576 | + background: $menu_tabbedItemHoverBackgroundColor |
577 | 577 | color : $menu_tabbedItemHoverTextColor |
578 | 578 |
|
579 | 579 | .ts.menu.tabbed a.item:not(.active):active |
580 | | - background-color: $menu_tabbedItemActiveBackgroundColor |
| 580 | + background: $menu_tabbedItemActiveBackgroundColor |
581 | 581 | color : $menu_tabbedItemActiveTextColor |
582 | 582 |
|
583 | 583 | //-------------------// |
|
680 | 680 | .ts.menu.link a.item.header:active, |
681 | 681 | .ts.menu.link .item:not(.header).active, |
682 | 682 | .ts.menu.link a.item.header.active |
683 | | - background-color: initial !important |
| 683 | + background: initial !important |
684 | 684 |
|
685 | 685 | .ts.menu.link .item.active, |
686 | 686 | .ts.menu.link .item.dropdown.visible |
|
805 | 805 | opacity: $menu_invertedSubMenuItemOpacity |
806 | 806 |
|
807 | 807 | .ts.vertical.menu .item > .menu .item:hover:hover:hover:hover:hover:hover |
808 | | - background-color: transparent |
| 808 | + background: transparent |
809 | 809 | opacity : 1 |
810 | 810 |
|
811 | 811 | .ts.vertical.menu:not(.inverted) .item > .menu .item:hover |
812 | 812 | color: $darkTextColor |
813 | 813 |
|
814 | 814 | .ts.vertical.menu .item > .menu .item:active:active, |
815 | 815 | .ts.vertical.menu .item > .menu .item.active.active |
816 | | - background-color: transparent |
| 816 | + background: transparent |
817 | 817 |
|
818 | 818 | .ts.vertical.menu .item > .menu .item.active.active |
819 | 819 | font-weight : $menu_subMenuActiveFontWeight |
|
905 | 905 | border: none |
906 | 906 |
|
907 | 907 | .ts.menu .list a.item:active |
908 | | - background-color: transparent |
| 908 | + background: transparent |
909 | 909 |
|
910 | 910 | //-------------------// |
911 | 911 | // Container |
|
991 | 991 | .ts.menu:not(.icon) .item.unread:after, |
992 | 992 | .ts.menu.icon .item.unread .icon:after |
993 | 993 | content : '' |
994 | | - background-color: $menu_unreadBackgroundColor |
| 994 | + background: $menu_unreadBackgroundColor |
995 | 995 | border-radius : 50% |
996 | 996 | font-size : 0 |
997 | 997 | height : $menu_unreadIconSize |
|
0 commit comments