Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save skushnerchuk/aff14067709c9e13eb32e97f23a0573c to your computer and use it in GitHub Desktop.

Select an option

Save skushnerchuk/aff14067709c9e13eb32e97f23a0573c to your computer and use it in GitHub Desktop.
remove quasar hover
scss
body.desktop {
.q-focusable:focus, .q-manual-focusable--focused, .q-hoverable:hover {
&.no-hover {
& > .q-focus-helper {
opacity: 0;
}
}
}
}
sass
body.desktop
.q-focusable:focus, .q-manual-focusable--focused, .q-hoverable:hover
&.no-hover
& > .q-focus-helper
opacity: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment