Fixing studylist highlighting on IE11
This commit is contained in:
parent
279f6a9960
commit
745bd7bae3
@ -1,11 +1,11 @@
|
|||||||
@import "{ohif:design}/app"
|
@require '{ohif:design}/app'
|
||||||
|
|
||||||
.viewerSection
|
.viewerSection
|
||||||
display: flex
|
display: flex
|
||||||
flex: 1
|
flex: 1
|
||||||
flex-flow: row nowrap
|
flex-flow: row nowrap
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
height: 'calc(100% - %s)' % ($toolbarHeight + $topBarHeight)
|
height: 'calc(100vh - %s)' % ($toolbarHeight + $topBarHeight)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.sidebarMenu
|
.sidebarMenu
|
||||||
@ -38,11 +38,11 @@
|
|||||||
|
|
||||||
.mainContent
|
.mainContent
|
||||||
flex: 1
|
flex: 1
|
||||||
order: 2
|
|
||||||
width: 100%
|
|
||||||
height: 100%
|
height: 100%
|
||||||
|
order: 2
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|||||||
@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
flex: 1
|
flex: 1
|
||||||
flex-flow: row nowrap
|
flex-flow: row nowrap
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
height: 'calc(100% - %s)' % ($toolbarHeight + $topBarHeight)
|
height: 'calc(100vh - %s)' % ($toolbarHeight + $topBarHeight)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.sidebarMenu
|
.sidebarMenu
|
||||||
@ -38,11 +38,11 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.mainContent
|
.mainContent
|
||||||
flex: 1
|
flex: 1
|
||||||
order: 2
|
|
||||||
width: 100%
|
|
||||||
height: 100%
|
height: 100%
|
||||||
|
order: 2
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|||||||
@ -7,14 +7,16 @@
|
|||||||
padding-right: 12px
|
padding-right: 12px
|
||||||
|
|
||||||
.mainContent
|
.mainContent
|
||||||
|
theme('background-color', '$primaryBackgroundColor')
|
||||||
|
|
||||||
&.sidebar-right-open
|
&.sidebar-right-open
|
||||||
#imageViewerViewports
|
#imageViewerViewports
|
||||||
padding-right: 7px
|
padding-right: 7px
|
||||||
|
|
||||||
&.sidebar-left-open:not(.sidebar-right-open)
|
&.sidebar-left-open:not(.sidebar-right-open)
|
||||||
#imageViewerViewports
|
#imageViewerViewports
|
||||||
padding-right: 13px
|
padding-right: 13px
|
||||||
|
|
||||||
&.sidebar-left-open.sidebar-right-open
|
&.sidebar-left-open.sidebar-right-open
|
||||||
#imageViewerViewports
|
#imageViewerViewports
|
||||||
padding-right: 8px
|
padding-right: 8px
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
{{>roundedButtonGroup viewTypeButtonGroupData}}
|
{{>roundedButtonGroup viewTypeButtonGroupData}}
|
||||||
</div>
|
</div>
|
||||||
<div class="studyTimepointScrollArea">
|
<div class="studyTimepointScrollArea">
|
||||||
<div class="p-l-1">
|
<div class="p-x-1">
|
||||||
{{#if timepointList.length}}
|
{{#if timepointList.length}}
|
||||||
{{#each timepoint in timepointList}}
|
{{#each timepoint in timepointList}}
|
||||||
<div class="timepointEntry p-y-2">
|
<div class="timepointEntry p-y-2">
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@import "{ohif:design}/app"
|
@require '{ohif:design}/app'
|
||||||
|
|
||||||
$timepointButtonHeight = 55px
|
$timepointButtonHeight = 55px
|
||||||
|
|
||||||
@ -80,25 +80,9 @@ $timepointButtonHeight = 55px
|
|||||||
height: 100%
|
height: 100%
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
margin-right: -22px
|
margin-right: -36px
|
||||||
padding-bottom: 20px
|
padding-bottom: 20px
|
||||||
padding-right: 16px
|
padding-right: 36px
|
||||||
|
|
||||||
&::-webkit-scrollbar
|
&::-webkit-scrollbar
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
hr, .timepointHeader, .studyItem, .studyModality.additional
|
|
||||||
margin-right: 16px
|
|
||||||
|
|
||||||
.studySidebarTimepoint .thumbnailEntry.active:before
|
|
||||||
theme('background-color', '$activeColor')
|
|
||||||
border-top-right-radius: 7px
|
|
||||||
border-bottom-right-radius: 7px
|
|
||||||
content: ''
|
|
||||||
display: block
|
|
||||||
height: 91px
|
|
||||||
pointer-events: none
|
|
||||||
position: fixed
|
|
||||||
right: 0
|
|
||||||
top: 0
|
|
||||||
width: 5px
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
flex: 1
|
flex: 1
|
||||||
flex-flow: row nowrap
|
flex-flow: row nowrap
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
height: 'calc(100% - %s)' % ($toolbarHeight + $topBarHeight)
|
height: 'calc(100vh - %s)' % ($toolbarHeight + $topBarHeight)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.sidebarMenu
|
.sidebarMenu
|
||||||
@ -38,11 +38,11 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.mainContent
|
.mainContent
|
||||||
flex: 1
|
flex: 1
|
||||||
order: 2
|
|
||||||
width: 100%
|
|
||||||
height: 100%
|
height: 100%
|
||||||
|
order: 2
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user