Remove inline styling from the tour intro (#6938)
* Remove inline styling from the tour intro * removed the id attribute
This commit is contained in:
committed by
Kenn Jacobsen
parent
4ffcf47560
commit
496da436f6
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user