mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
fix ios菜单点击两次
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// ℹ️ This mixin is inspired from vuetify for adding hover styles via before pseudo element
|
||||
@mixin before-pseudo() {
|
||||
position: relative;
|
||||
|
||||
@media (hover) {
|
||||
&::before {
|
||||
position: absolute;
|
||||
border-radius: inherit;
|
||||
@@ -21,6 +21,7 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin bordered-skin($component, $border-property: "border", $important: false) {
|
||||
#{$component} {
|
||||
|
||||
Reference in New Issue
Block a user