mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fixed hiding lang popup in firefox
This commit is contained in:
parent
3442786930
commit
b05c6bb001
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
.translations-message(ng-hide="hidei18nNotification")
|
||||
a(href=recomendSubdomain.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"<strong>" + translate(recomendSubdomain.lngCode) + "</strong>"})}
|
||||
img(src="/img/flags/24/#{recomendSubdomain.lngCode}.png")
|
||||
button.close.pull-right
|
||||
span(aria-hidden="true", ng-click="dismiss()") ×
|
||||
button(ng-click="dismiss()").close.pull-right
|
||||
span(aria-hidden="true") ×
|
||||
span.sr-only #{translate("close")}
|
Loading…
Reference in a new issue