repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
styles
/
scss
/
components
/
_star-button.scss
blob
8ff42069cb3505c96672981cb36920733cb22a86
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
}
13
}