Skip to content

Commit

Permalink
Fixed Denim_three tooltips for Uikit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 11, 2020
1 parent af64c5e commit ee1cd46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/tooltips/classic.thtml
Expand Up @@ -3,7 +3,7 @@
{!if link}
<a style="cursor: {cursor}; " href="{link}">
{!endif}
<span class="{class} gl-tooltip-classic" data-uk-tooltip title="{plaintext}">{hoverover}</span>
<span class="{class} gl-tooltip-classic" uk-tooltip="title: {plaintext}">{hoverover}</span>
{!if link}
</a>
{!endif}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/tooltips/critical.thtml
Expand Up @@ -3,7 +3,7 @@
{!if link}
<a style="cursor: {cursor}; " href="{link}">
{!endif}
<span class="{class} gl-tooltip-critical" data-uk-tooltip title="{plaintext}">{hoverover}</span>
<span class="{class} gl-tooltip-critical" uk-tooltip="title: {plaintext}">{hoverover}</span>
{!if link}
</a>
{!endif}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/tooltips/help.thtml
Expand Up @@ -3,7 +3,7 @@
{!if link}
<a style="cursor: {cursor}; " href="{link}">
{!endif}
<span class="{class} gl-tooltip-help" data-uk-tooltip title="{plaintext}">{hoverover}</span>
<span class="{class} gl-tooltip-help" uk-tooltip="title: {plaintext}">{hoverover}</span>
{!if link}
</a>
{!endif}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/tooltips/information.thtml
Expand Up @@ -3,7 +3,7 @@
{!if link}
<a style="cursor: {cursor}; " href="{link}">
{!endif}
<span class="{class} gl-tooltip-info" data-uk-tooltip title="{plaintext}">{hoverover}</span>
<span class="{class} gl-tooltip-info" uk-tooltip="title: {plaintext}">{hoverover}</span>
{!if link}
</a>
{!endif}
Expand Down
2 changes: 1 addition & 1 deletion public_html/layout/denim_three/tooltips/warning.thtml
Expand Up @@ -3,7 +3,7 @@
{!if link}
<a style="cursor: {cursor}; " href="{link}">
{!endif}
<span class="{class} gl-tooltip-warning" data-uk-tooltip title="{plaintext}">{hoverover}</span>
<span class="{class} gl-tooltip-warning" uk-tooltip="title: {plaintext}">{hoverover}</span>
{!if link}
</a>
{!endif}
Expand Down

0 comments on commit ee1cd46

Please sign in to comment.