激活

When using a mouse, 'activation' typically starts when the user presses down the primary mouse button.

2025-04-12

Written by: tdtc

Number of occurrences: 41

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

Ref