Skip to content

Commit

Permalink
Merge pull request #49 from srowhani/master
Browse files Browse the repository at this point in the history
fix styling of nav-sections
  • Loading branch information
srowhani committed Aug 28, 2016
2 parents 20df28e + d53bc1c commit 6b1e07d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion addon/components/nav-section-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
computed
} = Ember
export default Component.extend({
classNames: ['nav-column', 'nav-section-actions'],
classNames: ['nav-column'],
layout,
propTypes: {
section: PropTypes.object
Expand Down
18 changes: 8 additions & 10 deletions addon/styles/addon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,6 @@
}
}
}
.nav-section-actions {
.nav-section-header {
transition: color 0.2s ease;
&:hover {
color: $frost-color-grey-6;
}
}
}
.nav-section-actions {
align-items: center;
cursor: pointer;
Expand All @@ -228,13 +220,19 @@
&:hover {
color: $frost-color-grey-6;
}
& .frost-icon {
.frost-icon {
height: 30px;
width: 30px;
}
& .sub {
.sub {
font-size: $frost-font-s;
padding-right: 5px;
}
.nav-section-header {
transition: color 0.2s ease;
&:hover {
color: $frost-color-grey-6;
}
}
}
}

0 comments on commit 6b1e07d

Please sign in to comment.