mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Add dismiss button.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user