Skip to content

Commit

Permalink
fix: title_bar makeup - only direct child link gets rounded borders
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shaydurov committed Dec 23, 2013
1 parent 128379b commit 64412b8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/assets/stylesheets/active_admin/structure/_title_bar.scss
Expand Up @@ -29,14 +29,16 @@
}

.action_items {
a {
@include light-button;
padding: 12px 17px 10px;
span.icon { vertical-align: bottom; margin-right: 4px;}
margin: 0px;
span.action_item {
& > a, & > .dropdown_menu > a {
@include light-button;
padding: 12px 17px 10px;
span.icon { vertical-align: bottom; margin-right: 4px;}
margin: 0px;

&:hover{
@include icon-color(#000);
&:hover{
@include icon-color(#000);
}
}
}
}
Expand Down

0 comments on commit 64412b8

Please sign in to comment.