Removing right sidebar highlighting
This commit is contained in:
parent
4aa11afa04
commit
4d89b70877
@ -46,11 +46,9 @@
|
|||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
margin-left: -12px
|
|
||||||
margin-right: - $lesionsSidebarMenuWidth
|
margin-right: - $lesionsSidebarMenuWidth
|
||||||
max-width: $lesionsSidebarMenuWidth
|
max-width: $lesionsSidebarMenuWidth
|
||||||
order: 3
|
order: 3
|
||||||
padding-left: 6px
|
|
||||||
position: relative
|
position: relative
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
|
|
||||||
|
|||||||
@ -46,11 +46,9 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
margin-left: -12px
|
|
||||||
margin-right: - $lesionsSidebarMenuWidth
|
margin-right: - $lesionsSidebarMenuWidth
|
||||||
max-width: $lesionsSidebarMenuWidth
|
max-width: $lesionsSidebarMenuWidth
|
||||||
order: 3
|
order: 3
|
||||||
padding-left: 6px
|
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
&[data-timepoints="3"]
|
&[data-timepoints="3"]
|
||||||
|
|||||||
@ -9,26 +9,8 @@
|
|||||||
transform(scale(1))
|
transform(scale(1))
|
||||||
width: calc(100% + 6px)
|
width: calc(100% + 6px)
|
||||||
|
|
||||||
&:before
|
|
||||||
theme('background-color', '$activeColor')
|
|
||||||
border-top-left-radius: 7px
|
|
||||||
border-bottom-left-radius: 7px
|
|
||||||
content: ''
|
|
||||||
display: block
|
|
||||||
height: 100%
|
|
||||||
left: 0
|
|
||||||
opacity: 0
|
|
||||||
pointer-events: none
|
|
||||||
position: fixed
|
|
||||||
top: 0
|
|
||||||
transition(all 0.3s ease)
|
|
||||||
width: 5px
|
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
|
|
||||||
&:before
|
|
||||||
opacity: 1
|
|
||||||
|
|
||||||
.measurementRowSidebar
|
.measurementRowSidebar
|
||||||
theme('color', '$activeColor')
|
theme('color', '$activeColor')
|
||||||
|
|
||||||
|
|||||||
@ -4,19 +4,6 @@
|
|||||||
height: 100%
|
height: 100%
|
||||||
padding-bottom: 1px
|
padding-bottom: 1px
|
||||||
width: 100%
|
width: 100%
|
||||||
padding-right: 12px
|
|
||||||
|
|
||||||
.mainContent
|
.mainContent
|
||||||
theme('background-color', '$primaryBackgroundColor')
|
theme('background-color', '$primaryBackgroundColor')
|
||||||
|
|
||||||
&.sidebar-right-open
|
|
||||||
#imageViewerViewports
|
|
||||||
padding-right: 7px
|
|
||||||
|
|
||||||
&.sidebar-left-open:not(.sidebar-right-open)
|
|
||||||
#imageViewerViewports
|
|
||||||
padding-right: 13px
|
|
||||||
|
|
||||||
&.sidebar-left-open.sidebar-right-open
|
|
||||||
#imageViewerViewports
|
|
||||||
padding-right: 8px
|
|
||||||
|
|||||||
@ -46,11 +46,9 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.sidebar-right
|
.sidebar-right
|
||||||
flex: 1
|
flex: 1
|
||||||
margin-left: -6px
|
|
||||||
margin-right: - $lesionsSidebarMenuWidth
|
margin-right: - $lesionsSidebarMenuWidth
|
||||||
max-width: $lesionsSidebarMenuWidth
|
max-width: $lesionsSidebarMenuWidth
|
||||||
order: 3
|
order: 3
|
||||||
padding-left: 6px
|
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
&[data-timepoints="3"]
|
&[data-timepoints="3"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user