Removing right sidebar highlighting
This commit is contained in:
parent
4aa11afa04
commit
4d89b70877
@ -46,11 +46,9 @@
|
||||
|
||||
.sidebar-right
|
||||
flex: 1
|
||||
margin-left: -12px
|
||||
margin-right: - $lesionsSidebarMenuWidth
|
||||
max-width: $lesionsSidebarMenuWidth
|
||||
order: 3
|
||||
padding-left: 6px
|
||||
position: relative
|
||||
visibility: hidden
|
||||
|
||||
|
||||
@ -46,11 +46,9 @@ $lesionsSidebarMenuWidth = 450px
|
||||
|
||||
.sidebar-right
|
||||
flex: 1
|
||||
margin-left: -12px
|
||||
margin-right: - $lesionsSidebarMenuWidth
|
||||
max-width: $lesionsSidebarMenuWidth
|
||||
order: 3
|
||||
padding-left: 6px
|
||||
position: relative
|
||||
|
||||
&[data-timepoints="3"]
|
||||
|
||||
@ -9,26 +9,8 @@
|
||||
transform(scale(1))
|
||||
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
|
||||
|
||||
&:before
|
||||
opacity: 1
|
||||
|
||||
.measurementRowSidebar
|
||||
theme('color', '$activeColor')
|
||||
|
||||
|
||||
@ -4,19 +4,6 @@
|
||||
height: 100%
|
||||
padding-bottom: 1px
|
||||
width: 100%
|
||||
padding-right: 12px
|
||||
|
||||
.mainContent
|
||||
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
|
||||
flex: 1
|
||||
margin-left: -6px
|
||||
margin-right: - $lesionsSidebarMenuWidth
|
||||
max-width: $lesionsSidebarMenuWidth
|
||||
order: 3
|
||||
padding-left: 6px
|
||||
position: relative
|
||||
|
||||
&[data-timepoints="3"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user