Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / like.scss
1 .likesSummary {
2 color: $wcfContentDimmedText;
3 cursor: pointer;
4 flex: 0 0 auto;
5
6 > .icon {
7 color: $wcfContentDimmedText;
8 margin-right: 5px;
9 }
10 }
11
12 .wcfLikeCounter {
13 color: $wcfContentDimmedText;
14
15 .icon {
16 color: inherit !important;
17 }
18
19 &.likeCounterLiked {
20 color: #060 !important;
21 }
22 &.likeCounterDisliked {
23 color: #900 !important;
24 }
25 }
26
27 html.touch .wcfLikeButton > .button:not(.active):hover,
28 html.touch .wcfDislikeButton > .button:not(.active):hover {
29 background-color: $wcfButtonBackground !important;
30 color: $wcfButtonText !important;
31 }