From 601cffec52969bbd8dbd8815fb583d7e0da2e37b Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Mon, 11 May 2020 13:01:00 +0200 Subject: [PATCH] Do not enforce muted colour --- changelog/unreleased/app-bar-background-colour | 5 +++++ src/styles/theme/oc-app-bar.scss | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/app-bar-background-colour diff --git a/changelog/unreleased/app-bar-background-colour b/changelog/unreleased/app-bar-background-colour new file mode 100644 index 000000000..e4117ac4e --- /dev/null +++ b/changelog/unreleased/app-bar-background-colour @@ -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 \ No newline at end of file diff --git a/src/styles/theme/oc-app-bar.scss b/src/styles/theme/oc-app-bar.scss index 7dc0e8351..1e5e64f1b 100644 --- a/src/styles/theme/oc-app-bar.scss +++ b/src/styles/theme/oc-app-bar.scss @@ -1,6 +1,5 @@ .oc-app-bar { @extend .uk-padding-small; - @extend .uk-background-muted; min-height: $global-control-height; }