Skip to content

Commit

Permalink
#5277 Adding correct button element,styling to remove default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shane Prendergast authored and nul800sebastiaan committed Apr 30, 2019
1 parent 99dedac commit 264958f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
font-size: 19px;
color: @gray-7;
cursor: pointer;
background: transparent;
padding: 0;
border: none;
}

.umb-tour-step__close:hover,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<div ng-if="hideClose !== true">
<i class="icon-wrong umb-tour-step__close" ng-click="close()"></i>
<button class="icon-wrong umb-tour-step__close" ng-click="close()"></button>
</div>

<div ng-transclude></div>
Expand Down

0 comments on commit 264958f

Please sign in to comment.