Skip to content

Commit

Permalink
Hotfix for 0.12.0 SLDS tabs (from salesforce-ux/design-system#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinberonilla committed Nov 22, 2015
1 parent 7961ac9 commit b1d5138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/aljs.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3517,10 +3517,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
.slds .slds-tabs--default__link:focus {
color: #0070d2;
box-shadow: #0070d2 0 -1px 0 inset; }
.slds.slds-active .slds-tabs--default__link {
.slds .slds-active .slds-tabs--default__link {
border-color: #0070d2;
color: #16325c; }
.slds.slds-active .slds-tabs--default__link:focus {
.slds .slds-active .slds-tabs--default__link:focus {
color: #0070d2; }
.slds .slds-tabs--default .slds-tabs__item--overflow {
overflow: visible; }
Expand Down

0 comments on commit b1d5138

Please sign in to comment.