javascript - How to find what caused a DOM element appearance change when hovered over? -



javascript - How to find what caused a DOM element appearance change when hovered over? -

there's this page, click next go time slots page. if hover on time slot 1 shown here, appearance changes. checked in chrome's dev tools , couldn't find style hover declaration nor attached javescript mouse on event.

how style changed?

the time slot has hover style attached it.

.ab-columnizer .ab-available-hour:hover { border: 2px solid #f4662f!important; color: #f4662f!important; }

how find?

inspect element

right click , select forcefulness state

you find :hover

javascript html css

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -