HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/assets/less/bootstrap/mixins/_hover.less
// Hover mixin and `@enable-hover-media-query` are deprecated.
//
// Origally added during our alphas and maintained during betas, this mixin was
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
// would persist after initial touch.
//
// For backward compatibility, we've kept these mixins and updated them to
// always return their regular pseudo-classes instead of a shimmed media query.
//
// Issue: https://github.com/twbs/bootstrap/issues/25195

#hover(@content) {
	&:hover { @content(); }
}

#hover-focus(@content) {
	&:hover,
	&:focus {
		@content();
	}
}

#plain-hover-focus(@content) {
	&,
	&:hover,
	&:focus {
		@content();
	}
}

#hover-focus-active(@content) {
	&:hover,
	&:focus,
	&:active {
		@content();
	}
}