Bring back the hover styling from before. Here's how it looks:
Details
NA, looks as expected
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
landing/footer.css | ||
---|---|---|
57 ↗ | (On Diff #10131) | We don't have all the nice themes figured out like we do on web. But, to be consistent I'm going with var(--color-disabled) = --shades-black-60: #808080 and will make sure to use the same value for hover states throughout |
The upload still doesn't load for me. I had this issue once and the only solution was to record again.
The code looks ok, but would like to see a video before accepting.
landing/footer.css | ||
---|---|---|
57–65 ↗ | (On Diff #10131) | Not sure about good practices, but we can consider extracting animation styles to one block |
The upload still doesn't load for me. I had this issue once and the only solution was to record again.
Ah darn, sorry about that. Attached YouTube and direct link to file as a backup
Thanks! It looks really nice. My personal preference would be to have shorter transition so it feels less laggy. Adding @ashoat to have a look.
My personal preference would be to have shorter transition so it feels less laggy.
Makes sense, I agree that the effect might be a bit too dramatic. 300ms is what we had in the past so I stuck with it, but happy to re-assess.
landing/footer.css | ||
---|---|---|
57 ↗ | (On Diff #10131) | We could make shared util for all colors. Creating an issue here: https://linear.app/comm/issue/ENG-846/create-a-shared-color-and-theming-utility |
68 ↗ | (On Diff #10131) | Could be a solid opportunity for using :is : https://developer.mozilla.org/en-US/docs/Web/CSS/:is |
Could be a solid opportunity for using :is : https://developer.mozilla.org/en-US/docs/Web/CSS/:is
This definitely looks cool and would clean things up, but it looks like it's a newer feature so might be risky to include for now.