diff --git a/src/pages/Content/content.styles.css b/src/pages/Content/content.styles.css index a0ab512..6720af1 100644 --- a/src/pages/Content/content.styles.css +++ b/src/pages/Content/content.styles.css @@ -1,9 +1,3 @@ -#screenshot-bbox { - box-sizing: border-box; - border: 2px dashed rgba(255, 72, 0, 0.829); - background-color: rgba(182, 238, 144, 0.26); -} - .no-select { -webkit-touch-callout: none; -webkit-user-select: none; @@ -13,3 +7,15 @@ user-select: none; cursor: crosshair; } + +#screenshot-bbox { + box-sizing: border-box; + border: 2px dashed rgba(255, 72, 0, 0.829); + background-color: rgba(182, 238, 144, 0.26); + + display: none; +} + +.no-select #screenshot-bbox { + display: block; +}