mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
committed by
Manu MA
parent
f05c59979f
commit
b3316d480f
@@ -100,6 +100,8 @@
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
appearance: none;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.button-native[disabled] {
|
||||
@@ -150,12 +152,6 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.button-native[disabled] {
|
||||
cursor: default;
|
||||
opacity: .5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// FAB Content
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<pre id="log" style="right:10px; bottom:50px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.24);" slot="fixed">log</pre>
|
||||
<ion-button>Test</ion-button>
|
||||
<ion-fab-button disabled onclick="throw 'no clickable'">FAB</ion-fab-button>
|
||||
<ion-fab-button disabled href="#path" onclick="throw 'no clickable'">FAB</ion-fab-button>
|
||||
|
||||
<ion-fab vertical="top" horizontal="end" edge id="fab1" slot="fixed">
|
||||
<ion-fab-button onclick="clickMainFAB('fab1')" size="small" class="e2eFabTopRight">
|
||||
|
||||
Reference in New Issue
Block a user