Skip to content

Conversation

@CvX
Copy link
Contributor

@CvX CvX commented Jul 26, 2025

A followup to #33795

  1. the hover effect was broken in Safari (because it was trying to emulate a background by setting a box-shadow of a small child element)
    image
  2. in <= 400px height viewports elements were overlapping eachother and icons moved on hover
    Screenshot 2025-07-26 at 12 17 21
  3. changing --user-menu-border-width had issues: at 0px and at >= 3px icons would move on hover, and increasing the value would make tabs overlap with the border
    image

A followup to #33795

1. the hover effect was broken in Safari (becase it was trying to emulate a backround with a box-shadow of a small child element)
2. in <= 400px height viewports elements were overlapping eachother and icons moved on hover
3. changing `--user-menu-border-width` had issues: at 0px and >=3px icons would move on hover, and increasing the value would make tabs overlap with the border
@CvX CvX requested a review from jordanvidrine July 26, 2025 11:12
Copy link
Contributor

@pmusaraj pmusaraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me, pinging @jordanvidrine too.

@CvX CvX merged commit dc905ce into main Jul 29, 2025
17 checks passed
@CvX CvX deleted the 0-a-tabs branch July 29, 2025 19:25
martin-brennan pushed a commit that referenced this pull request Aug 4, 2025
A followup to #33795

1. the hover effect was broken in Safari (because it was trying to
emulate a background by setting a box-shadow of a small child element)
<img width="45" height="47" alt="image"
src="https://github.com/user-attachments/assets/53deaa3c-d4f5-4b02-ad74-ec464cd12d38"
/>
2. in <= 400px height viewports elements were overlapping eachother and
icons moved on hover
<img width="40" height="64" alt="Screenshot 2025-07-26 at 12 17 21"
src="https://github.com/user-attachments/assets/950ef5f0-6d80-418f-b522-78a58730174f"
/>
3. changing `--user-menu-border-width` had issues: at 0px and at >= 3px
icons would move on hover, and increasing the value would make tabs
overlap with the border
<img width="49" height="93" alt="image"
src="https://github.com/user-attachments/assets/4e514f02-437c-4bfd-8d98-f0dffdfccac5"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants