Remove inline styling from the tour intro (#6938)

* Remove inline styling from the tour intro

* removed the id attribute
This commit is contained in:
Poornima Nayar
2019-12-27 11:41:59 +00:00
committed by Kenn Jacobsen
parent 4ffcf47560
commit 496da436f6
2 changed files with 8 additions and 1 deletions

View File

@@ -112,3 +112,10 @@
.umb-tour-is-visible .umb-backdrop {
z-index: @zindexTourBackdrop;
}
.umb-tour__popover .underline{
font-size: 13px;
background: transparent;
border: none;
padding: 0;
}

View File

@@ -29,7 +29,7 @@
total-steps="model.steps.length">
</umb-tour-step-counter>
<div ng-if="model.allowDisable && model.currentStep.type === 'intro'">
<button type="button" class="underline" ng-click="model.disableTour()" style="font-size: 13px; background: transparent; border: none; padding: 0;" prevent-default>Don't show this tour again</button>
<button type="button" class="underline" ng-click="model.disableTour()" prevent-default>Don't show this tour again</button>
</div>
</div>