LT-333 Active viewport no longer shows any visual feedback
This commit is contained in:
parent
ca4fe48fbd
commit
5975ca4a0f
@ -16,7 +16,20 @@
|
||||
border: none !important
|
||||
outline: 0 !important // Prevent blue outline in Chrome
|
||||
|
||||
.removable
|
||||
.imageViewerViewport
|
||||
canvas
|
||||
border-color: transparent
|
||||
border-style: solid
|
||||
border-width: 1px
|
||||
|
||||
&:not(:last-child)
|
||||
.removable
|
||||
.imageViewerViewport
|
||||
theme('border-right', '%s solid $uiBorderColor' % $uiBorderThickness)
|
||||
|
||||
&.active
|
||||
.removable
|
||||
.imageViewerViewport
|
||||
canvas
|
||||
theme('border-color', '$uiBorderColorActive')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user