diff --git a/ionic/components/toolbar/test/colors/main.html b/ionic/components/toolbar/test/colors/main.html index b69d8ac59f..9db7fcfb1d 100644 --- a/ionic/components/toolbar/test/colors/main.html +++ b/ionic/components/toolbar/test/colors/main.html @@ -148,52 +148,21 @@ - - - - - Right side menu toggle + + + + + Transparent - - - - - - - Something - - - Else - - - - - - - - Light - - - Toolbar - - - Default Segment - - - - diff --git a/ionic/components/toolbar/test/scenarios/main.html b/ionic/components/toolbar/test/scenarios/main.html index b4bbfd3482..f4d9aff040 100644 --- a/ionic/components/toolbar/test/scenarios/main.html +++ b/ionic/components/toolbar/test/scenarios/main.html @@ -194,6 +194,5 @@ diff --git a/ionic/components/toolbar/toolbar.scss b/ionic/components/toolbar/toolbar.scss index 4aed3d3dff..8da387532d 100644 --- a/ionic/components/toolbar/toolbar.scss +++ b/ionic/components/toolbar/toolbar.scss @@ -66,6 +66,15 @@ ion-buttons div { pointer-events: auto; } +// Transparent Toolbar +// -------------------------------------------------- + +.toolbar[transparent] .toolbar-background { + background: transparent; + border-color: transparent; +} + + // TODO this is a temp hack to fix segment overlapping ion-nav-item ion-buttons, .bar-button-menutoggle {