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

Commit

Permalink
Merge branch 'master' into freeman-closed-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Jan 10, 2018
2 parents 32c36a2 + 1248759 commit 6b11a4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/modules/tabs/tabset.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../../scss/mixins";

.sky-tabset {
align-items: baseline;
align-items: center;
border-bottom: 2px solid $sky-background-color-primary-dark;
display: flex;
list-style-type: none;
Expand All @@ -13,7 +13,7 @@
&.sky-tabset-style-wizard {
border-bottom: none;
padding-bottom: $sky-padding;
padding-left: 0;
padding-left: 0;
}
}

Expand All @@ -28,6 +28,9 @@
}

.sky-tabset-mode-dropdown {
/* This line fixes an issue with extra whitespace under collapsed (dropdown) tabs in IE 11. */
line-height: 0;

.sky-tabset-tabs {
visibility: hidden;
order: 2;
Expand Down

0 comments on commit 6b11a4b

Please sign in to comment.