LT-312,LT-313: Setting inner elements width for Study and Series in Study/Series quick switch and javascript event improvement

This commit is contained in:
Eloízio Salgado 2016-11-14 11:43:52 -02:00 committed by Erik Ziegler
parent 01d22aa3c5
commit 6220e934d9
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Template.studySeriesQuickSwitch.events({
instance.$('.quickSwitchWrapper').addClass('overlay');
$(event.currentTarget).addClass('hover');
},
'mouseleave .js-quick-switch'(event, instance) {
'mouseleave .switchHover'(event, instance) {
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
instance.$('.quickSwitchWrapper').removeClass('overlay');
},

View File

@ -156,7 +156,7 @@ $seriesSpacing = 2px
max-height: 500px
overflow-x: hidden
overflow-y: scroll
width: calc(100% + 20px)
width: 100%
.studyHover
height: 0