Skip to content

Commit

Permalink
Remove border from primary button when color is bright
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 29, 2018
1 parent e8938df commit 2bdc3b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
@include icon-color('checkbox-mark', 'actions', $color-white, 1, true);
}
}
#body-user {
.primary {
border: 1px solid transparent;
}
}
} @else {
#appmenu:not(.inverted) svg {
filter: none;
Expand Down

0 comments on commit 2bdc3b1

Please sign in to comment.