.ccm-ui .dropdown-menu > li > button.btn-link {
  color: #262626;
  text-decoration: none;
  width: 100%;
  text-align: left;

  &:hover, &:active, &:focus {
    background: #f5f5f5;
  }
}