mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add dismiss button.
This commit is contained in:
parent
32d59b6212
commit
27dfa91683
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
.feat-onboard(
|
||||
ng-controller="FeatureOnboardingController"
|
||||
ng-class="('feat-onboard-step' + innerStep)"
|
||||
//- TODO Toggle logic.
|
||||
ng-if="!state.loading && !isFeatureSettingDefined"
|
||||
ng-cloak
|
||||
)
|
||||
|
@ -39,4 +40,6 @@
|
|||
em on
|
||||
| or
|
||||
em off
|
||||
|, in the settings menu.
|
||||
|, in the settings menu.
|
||||
.feat-onboard-btn-wrapper
|
||||
.btn.btn-primary(ng-click="dismiss();") OK, got it
|
Loading…
Reference in a new issue