Skip to content

Commit

Permalink
test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
max-umain committed Jan 29, 2025
1 parent fc573a2 commit a228a72
Showing 1 changed file with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
background-color: var(--tds-nav-dropdown-item-background);
color: var(--tds-header-nav-item-dropdown-opened-color);

tds-icon,
div {
pointer-events: none !important;
}
// tds-icon,
// div {
// pointer-events: none !important;
// }
}

tds-icon,
div {
pointer-events: none !important;
}
// tds-icon,
// div {
// pointer-events: none !important;
// }

::slotted(a:hover) {
background-color: var(--tds-nav-item-background-hover);
Expand Down Expand Up @@ -72,3 +72,13 @@
color: var(--tds-header-app-launcher-item-color);
}
}

tds-header-dropdown-list-item {
a,
button {
tds-icon,
div {
pointer-events: none;
}
}
}

0 comments on commit a228a72

Please sign in to comment.