#5277 Adding correct button element,styling to remove default styles

This commit is contained in:
shane Prendergast
2019-04-24 11:17:09 +01:00
committed by Sebastiaan Janssen
parent 99dedac375
commit 264958f097
2 changed files with 4 additions and 1 deletions

View File

@@ -74,6 +74,9 @@
font-size: 19px;
color: @gray-7;
cursor: pointer;
background: transparent;
padding: 0;
border: none;
}
.umb-tour-step__close:hover,

View File

@@ -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>