Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replacing nav tab underlines with a border instead of a background gradient #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pogotc
Copy link
Contributor

@pogotc pogotc commented Dec 13, 2024

Problem

Part of the work on https://techfromsage.atlassian.net/browse/TA-1919

it's not possible to change the colour of the tab underlines with a separate css rule due to how it's implemented as a background gradient image. The tabs I'm referring to are these:

image

specifically the thick (4px) underline on the selected tab.

Change/Fix

This PR replaces it with a 4px border. They look identical to me, I've tested the update in Otis so I can see it still behaves correctly with working tabs (the tabs in the kitchen sink demo are not functional).

Checklist

@pogotc pogotc self-assigned this Dec 13, 2024
@pogotc pogotc requested a review from a team December 13, 2024 12:08
@pogotc pogotc added the 90% 90% PR label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
90% 90% PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant