Skip to content

Commit c58b398

Browse files
129964: Restored language button border on focus
1 parent 830be1f commit c58b398

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/shared/lang-switch/lang-switch.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div ngbDropdown class="navbar-nav" *ngIf="moreThanOneLanguage" display="dynamic" placement="bottom-right">
22
<button role="button"
33
[attr.aria-label]="'nav.language' |translate"
4-
[title]="'nav.language' | translate" class="dropdown-toggle px-1"
4+
[title]="'nav.language' | translate" class="dropdown-toggle btn btn-link px-1"
55
(click)="$event.preventDefault()" data-toggle="dropdown" ngbDropdownToggle
66
tabindex="0">
77
<i class="fas fa-globe-asia fa-lg fa-fw"></i>

src/app/shared/lang-switch/lang-switch.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
}
44

55
.dropdown-toggle {
6-
all: unset;
76
color: var(--ds-header-icon-color);
87

98
&:hover, &:focus {

0 commit comments

Comments
 (0)