You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my point of view, the color written in _active should be applied over the color in _hover, because _active is written lower, and from the point of view of logic, it has a higher priority. However, for some reason, the color from _hover has a higher priority than the color in _active, and I have to write styles like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am writing the following styles for the element:
From my point of view, the color written in _active should be applied over the color in _hover, because _active is written lower, and from the point of view of logic, it has a higher priority. However, for some reason, the color from _hover has a higher priority than the color in _active, and I have to write styles like this:
Beta Was this translation helpful? Give feedback.
All reactions