We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830be1f commit c58b398Copy full SHA for c58b398
src/app/shared/lang-switch/lang-switch.component.html
@@ -1,7 +1,7 @@
1
<div ngbDropdown class="navbar-nav" *ngIf="moreThanOneLanguage" display="dynamic" placement="bottom-right">
2
<button role="button"
3
[attr.aria-label]="'nav.language' |translate"
4
- [title]="'nav.language' | translate" class="dropdown-toggle px-1"
+ [title]="'nav.language' | translate" class="dropdown-toggle btn btn-link px-1"
5
(click)="$event.preventDefault()" data-toggle="dropdown" ngbDropdownToggle
6
tabindex="0">
7
<i class="fas fa-globe-asia fa-lg fa-fw"></i>
src/app/shared/lang-switch/lang-switch.component.scss
@@ -3,7 +3,6 @@
}
.dropdown-toggle {
- all: unset;
color: var(--ds-header-icon-color);
8
9
&:hover, &:focus {
0 commit comments