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
|
border: none !important
|
||||||
outline: 0 !important // Prevent blue outline in Chrome
|
outline: 0 !important // Prevent blue outline in Chrome
|
||||||
|
|
||||||
|
.removable
|
||||||
|
.imageViewerViewport
|
||||||
|
canvas
|
||||||
|
border-color: transparent
|
||||||
|
border-style: solid
|
||||||
|
border-width: 1px
|
||||||
|
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
.removable
|
.removable
|
||||||
.imageViewerViewport
|
.imageViewerViewport
|
||||||
theme('border-right', '%s solid $uiBorderColor' % $uiBorderThickness)
|
theme('border-right', '%s solid $uiBorderColor' % $uiBorderThickness)
|
||||||
|
|
||||||
|
&.active
|
||||||
|
.removable
|
||||||
|
.imageViewerViewport
|
||||||
|
canvas
|
||||||
|
theme('border-color', '$uiBorderColorActive')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user