Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Dec 11, 2021
1 parent d48b4af commit 70d859f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/templates/Portlet.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div role="navigation" id="{{id}}" class="{{class}}" {{html-tooltip}}
<div role="navigation" id="{{id}}" class="{{class}}" {{{html-tooltip}}}
aria-labelledby="{{id}}-label">
<input type="checkbox" aria-labelledby="{{id}}-label" />
<h3 id="{{id}}-label" {{{html-user-language-attributes}}}>{{label}}</h3>
Expand Down
11 changes: 8 additions & 3 deletions skinStyles/extensions/UniversalLanguageSelector/ext.uls.pt.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../../../resources/variables.less';
/* ULS toggle styles tweak */

.skin-lakeus {
Expand All @@ -17,11 +18,15 @@
margin-left: 12px;
color: var(--text-color-header);
max-width: 7em;
text-overflow: ellipsis;
display: inline-block;
overflow: hidden;
white-space: nowrap;
display: inline-block;
vertical-align: text-bottom;
vertical-align: top;
line-height: 1.3;

@media screen and ( max-width: @width-breakpoint-mobile ) {
display: none;
}

&:visited {
color: var(--text-color-header);
Expand Down

0 comments on commit 70d859f

Please sign in to comment.