Removing right sidebar highlighting

This commit is contained in:
Bruno Alves de Faria 2017-04-20 17:38:06 -03:00
parent 4aa11afa04
commit 4d89b70877
5 changed files with 0 additions and 37 deletions

View File

@ -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

View File

@ -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"]

View File

@ -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')

View File

@ -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

View File

@ -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"]