Skip to content

Commit 634dafa

Browse files
committed
Update repo tabs to simplify styling
1 parent 02a2565 commit 634dafa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/github-custom-global-navigation.user.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,11 +3384,9 @@
33843384
${SELECTORS.header.localBar.repositoryNav} ul li:has(.UnderlineNav-item.selected)
33853385
{
33863386
border: 1px solid var(--borderColor-muted);
3387-
border-radius: var(--borderRadius-medium);
3388-
border-bottom-left-radius: 0px;
3389-
border-bottom-right-radius: 0px;
3390-
padding-bottom: 2px;
3391-
border-bottom: 3px solid var(--bgColor-default, var(--color-canvas-default)) !important;
3387+
border-top-right-radius: 6px;
3388+
border-top-left-radius: 6px;
3389+
border-bottom: 0;
33923390
background-color: var(--bgColor-default, var(--color-canvas-default)) !important;
33933391
}
33943392

0 commit comments

Comments
 (0)