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

Commit

Permalink
Do not enforce muted colour
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed May 11, 2020
1 parent e3e30c4 commit 601cffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/app-bar-background-colour
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Do not enforce muted color as background of app bar

We've stopped enforcing the muted color as a background of the app bar.

https://github.com/owncloud/owncloud-design-system/pull/750
1 change: 0 additions & 1 deletion src/styles/theme/oc-app-bar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.oc-app-bar {
@extend .uk-padding-small;
@extend .uk-background-muted;

min-height: $global-control-height;
}

0 comments on commit 601cffe

Please sign in to comment.