mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
feat(fab-button): add hover state using tint colors (#18536)
- fixes a bug where backdrop filter was not applied on translucent buttons and checks for support first references #17624
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -815,7 +815,7 @@ export namespace Components {
|
||||
*/
|
||||
'target': string | undefined;
|
||||
/**
|
||||
* If `true`, the fab button will be translucent.
|
||||
* If `true`, the fab button will be translucent. Only applies to `ios` mode on devices that support [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
||||
*/
|
||||
'translucent': boolean;
|
||||
/**
|
||||
@ -4160,7 +4160,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
'target'?: string | undefined;
|
||||
/**
|
||||
* If `true`, the fab button will be translucent.
|
||||
* If `true`, the fab button will be translucent. Only applies to `ios` mode on devices that support [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
||||
*/
|
||||
'translucent'?: boolean;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user