From 1d75b3db2b7473e2e2be0dd9b8e3b46bcf2f9c0a Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Thu, 3 Oct 2019 14:06:33 -0400 Subject: [PATCH] fix stylus linting --- .../web_client/stylesheets/itemList.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl b/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl index 178466367..0a1641e80 100644 --- a/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl +++ b/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl @@ -1,16 +1,16 @@ .large_image_thumbnail - position: relative + position relative .large_image_annotation_badge position absolute top 0 right 0 transform scale(1)translate(50%, -50%) - transform-origin 100% 0% + transform-origin 100% 0 height 20px padding 0 6px - z-index 1 + z-index 10 min-width 20px display flex align-items center @@ -24,4 +24,4 @@ border-radius 10px &.hidden - display: none + display none