From ba618be4445dc702cafd93b206213a6e0b25919c Mon Sep 17 00:00:00 2001 From: Shuwen Qian Date: Tue, 15 Mar 2016 12:29:27 -0500 Subject: [PATCH] default bg color for wizard-ribbon --- src/mm-wizard-ribbon/mm-wizard-ribbon.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mm-wizard-ribbon/mm-wizard-ribbon.scss b/src/mm-wizard-ribbon/mm-wizard-ribbon.scss index b671778f..f8e681ca 100644 --- a/src/mm-wizard-ribbon/mm-wizard-ribbon.scss +++ b/src/mm-wizard-ribbon/mm-wizard-ribbon.scss @@ -10,6 +10,7 @@ @import "_mixins"; :host { + background-color: #fff; box-sizing: border-box; color: $color-A2; font-family: 'Arimo', Arial, sans-serif; @@ -19,6 +20,7 @@ ol { align-items: center; + background-color: inherit; border-bottom: 1px solid $color-A9; border-top: 1px solid $color-A9; box-sizing: border-box;