Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / styles / scss / components / _star-button.scss
blob8ff42069cb3505c96672981cb36920733cb22a86
1 // star button
2 .starbutton {
3         /*
4          * We need to override the color, no matter the specificity of the button
5          * so we can use `!important` in this situation.
6          * no focus state, only focus-visible
7          */
8         &:focus-visible,
9         &:hover,
10         &--is-starred {
11                 color: var(--favorite-icon-color) !important;
12         }