mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(all): overlay components no longer display outline when focused (#21226)
This commit is contained in:
@ -52,6 +52,8 @@
|
||||
display: block;
|
||||
position: fixed;
|
||||
|
||||
outline: none;
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
touch-action: none;
|
||||
@ -210,4 +212,4 @@
|
||||
opacity: var(--button-background-hover-opacity);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user