mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
docs(previews): update preview tests to have translucent white toolbars
to make ben happy
This commit is contained in:
@ -23,14 +23,13 @@
|
||||
|
||||
<body>
|
||||
<ion-app>
|
||||
|
||||
<ion-header>
|
||||
<ion-header translucent>
|
||||
<ion-toolbar>
|
||||
<ion-title>Button Effect</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content padding no-bounce>
|
||||
<ion-content padding no-bounce fullscreen>
|
||||
<p>
|
||||
<ion-button size="small">Small</ion-button>
|
||||
</p>
|
||||
@ -60,6 +59,11 @@
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
<style>
|
||||
ion-toolbar {
|
||||
--background: white;
|
||||
}
|
||||
</style>
|
||||
</ion-app>
|
||||
<script>
|
||||
function blockClicked() {
|
||||
|
Reference in New Issue
Block a user