#5277 Adding correct button element,styling to remove default styles
This commit is contained in:
committed by
Sebastiaan Janssen
parent
99dedac375
commit
264958f097
@@ -74,6 +74,9 @@
|
||||
font-size: 19px;
|
||||
color: @gray-7;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.umb-tour-step__close:hover,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user