How to disable hover-effects through css media queries for mobile site?
Hope this helps you.
@media /*ваш запрос ширины экрана*/{ *:hover { /*ваши параметры для отключения, к примеру box-shadow: none; */ } }
Source: https://ru.stackoverflow.com/questions/518895/More articles:Which database should I choose to store a large amount of test data? [closed]How to debug a PHP telegram bot?How to get the text from EditText?Opencart output from nested foreach loops to different blocksHow to combine two queries?Displaying Text on FloatingActionButtonA large number of ImageView in one activity. How to load pictures in them to avoid OutOfMemory?How to count the number of matching values in an array?By clicking on the ImageView display its contents in full screen.Strange error in Python: NameError: name is not definedAll Articles