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:
parent
01d22aa3c5
commit
6220e934d9
@ -37,7 +37,7 @@ Template.studySeriesQuickSwitch.events({
|
|||||||
instance.$('.quickSwitchWrapper').addClass('overlay');
|
instance.$('.quickSwitchWrapper').addClass('overlay');
|
||||||
$(event.currentTarget).addClass('hover');
|
$(event.currentTarget).addClass('hover');
|
||||||
},
|
},
|
||||||
'mouseleave .js-quick-switch'(event, instance) {
|
'mouseleave .switchHover'(event, instance) {
|
||||||
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
|
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
|
||||||
instance.$('.quickSwitchWrapper').removeClass('overlay');
|
instance.$('.quickSwitchWrapper').removeClass('overlay');
|
||||||
},
|
},
|
||||||
|
|||||||
@ -156,7 +156,7 @@ $seriesSpacing = 2px
|
|||||||
max-height: 500px
|
max-height: 500px
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
width: calc(100% + 20px)
|
width: 100%
|
||||||
|
|
||||||
.studyHover
|
.studyHover
|
||||||
height: 0
|
height: 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user