Skip to content

Commit

Permalink
Framework: Fixes overlapping elements in sites dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Jan 14, 2016
1 parent 59749fc commit 917fd78
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/components/sites-dropdown/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
}

.gridicons-chevron-down {
align-self: center;
color: lighten( $gray, 10% );
position: absolute;
right: 16px;
top: 22px;
flex-grow: 0;
flex-shrink: 0;
margin-right: 16px;
transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in;
}
}
Expand All @@ -35,6 +36,7 @@

.sites-dropdown__selected {
cursor: pointer;
display: flex;

.is-open & {
border-bottom: 1px solid lighten( $gray, 30% );
Expand Down Expand Up @@ -73,6 +75,8 @@
}

.sites-dropdown .site-selector .site {
flex-grow: 1;

.notouch & {
&:hover {
background: $blue-medium;
Expand Down

0 comments on commit 917fd78

Please sign in to comment.