fix ios菜单点击两次

This commit is contained in:
jxxghp
2023-09-14 16:11:44 +08:00
parent 17020cf62d
commit e54e851f61
+2 -1
View File
@@ -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} {