mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(button): disable :hover on non supported devices (#15705)
This commit is contained in:
@ -40,8 +40,10 @@
|
||||
// iOS Toolbar Button Solid
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-solid-ios:hover {
|
||||
opacity: .4;
|
||||
@media (any-hover: hover) {
|
||||
::slotted(*) .button-solid-ios:hover {
|
||||
opacity: .4;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user