Fixed bottom border for fabric and small UI changes (#2282)

* fixed bottom border for fabric

* updated the review comments

---------

Co-authored-by: Sakshi Gupta <sakshig@microsoft.com>
This commit is contained in:
sakshigupta12feb
2025-12-16 21:35:08 +05:30
committed by GitHub
parent 2c31ec2a8d
commit 6196ba4722
3 changed files with 8 additions and 5 deletions

View File

@@ -2677,7 +2677,7 @@ a:link {
width: @ActiveTabWidth;
}
.nav-tabs > li.active .contentWrapper {
.nav-tabs > li.active .contentWrapper .tabNavText {
border-bottom: 2px solid var(--colorCompoundBrandBackground);
}