mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 08:51:21 +00:00
Make class names more consistent & switch to JS targeting through id
This commit is contained in:
parent
8cd1f8c7ac
commit
dd7e6f0612
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -100,7 +100,7 @@ a.feat-onboard-dismiss {
|
|||
}
|
||||
}
|
||||
|
||||
.onboarding__autocompile {
|
||||
.onboarding-autocompile {
|
||||
display: block;
|
||||
top: 10px;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue