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

Commit

Permalink
Fixes #186: Use a border instead of background to fill the selection …
Browse files Browse the repository at this point in the history
…bar.
  • Loading branch information
bicknellr committed Oct 24, 2016
1 parent 6b5b63d commit a123b0e
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 @@ -174,11 +174,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 a123b0e

Please sign in to comment.