Skip to content

Commit

Permalink
Merge pull request #26641 from qmonmert/angularcss
Browse files Browse the repository at this point in the history
[Angular] Unexpected duplicate selector
  • Loading branch information
mshima authored Jul 7, 2024
2 parents 34c2855 + 7307f67 commit eeac438
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ a {
font-weight: bold;
}

a:hover {
color: #533f03;
}

/* override hover color for dropdown-item forced by bootstrap to all a:not([href]):not([tabindex]) elements in _reboot.scss */
a:not([href]):not([tabindex]):hover.dropdown-item {
color: $dropdown-link-hover-color;
Expand All @@ -58,6 +54,9 @@ a:not([href]):not([tabindex]):hover.dropdown-item {
<%_ } _%>

a:hover {
<%_ if (clientThemeNone) { _%>
color: #533f03;
<%_ } _%>
/* make sure browsers use the pointer cursor for anchors, even with no href */
cursor: pointer;
}
Expand Down

0 comments on commit eeac438

Please sign in to comment.