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

Commit

Permalink
Merge pull request #188 from PolymerElements/issue-186
Browse files Browse the repository at this point in the history
Fixes #186: Use a border instead of background to fill the selection bar.
  • Loading branch information
cdata authored Feb 7, 2017
2 parents c30c7f1 + a123b0e commit c9a657b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@

#selectionBar {
position: absolute;
height: 2px;
height: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--paper-tabs-selection-bar-color, --paper-yellow-a100);
border-bottom: 2px solid var(--paper-tabs-selection-bar-color, --paper-yellow-a100);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left center;
Expand Down

0 comments on commit c9a657b

Please sign in to comment.