Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Refined segmented button border
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Aug 16, 2019
1 parent f2c9da2 commit 26d2712
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/styles/patterns/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,13 @@ Usage: CTA buttons grouped together horizontally.
.gh-btn-group .gh-btn {
margin: 0;
border-radius: 0 0 0 0;
border: none;
border-left: 1px solid var(--whitegrey);
}

.gh-btn-group .gh-btn:first-of-type {
border-radius: 5px 0 0 5px;
}

.gh-btn-group .gh-btn:not(:last-of-type) {
border-right: none;
border: none;
}

.gh-btn-group .gh-btn:last-of-type {
Expand Down

0 comments on commit 26d2712

Please sign in to comment.