Make class names more consistent & switch to JS targeting through id

This commit is contained in:
Alasdair Smith 2017-09-29 10:49:45 +01:00
parent 8cd1f8c7ac
commit dd7e6f0612
3 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ div.full-size(
)
include ./pdf
.onboarding__autocompile.popover(
#onboarding-autocompile.onboarding-autocompile.popover(
ng-controller="AutoCompileOnboardingController"
ng-if="onboarding.autoCompile == 'show'"
ng-class="placement"

View file

@ -3,7 +3,7 @@ define [
], (App) ->
App.controller "AutoCompileOnboardingController", ($scope, event_tracking) ->
recompileBtn = angular.element('#recompile')
popover = angular.element('.onboarding__autocompile')
popover = angular.element('#onboarding-autocompile')
{ top, left } = recompileBtn.offset()
# If pdf panel smaller than recompile button + popover, show to left.

View file

@ -100,7 +100,7 @@ a.feat-onboard-dismiss {
}
}
.onboarding__autocompile {
.onboarding-autocompile {
display: block;
top: 10px;