mirror of
https://github.com/google/blockly.git
synced 2026-02-10 17:40:09 +01:00
fix: Fix bug that caused flyout buttons to retain their active appearance on mobile (#9582)
This commit is contained in:
@@ -427,7 +427,13 @@ Css.register(`
|
||||
fill: #666;
|
||||
}
|
||||
|
||||
.blocklyFlyoutButton:hover {
|
||||
@media (hover: hover) {
|
||||
.blocklyFlyoutButton:hover {
|
||||
fill: #aaa;
|
||||
}
|
||||
}
|
||||
|
||||
.blocklyFlyoutButton:active {
|
||||
fill: #aaa;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user