diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-18 16:27:17 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-18 16:27:17 -0400 |
| commit | 05bcab12516e48ef08f9c7243a5e0acd3c650f20 (patch) | |
| tree | 6b42f31cb835345c5e77e5f22f9da13c4f41c5b6 /src/client/views/nodes/WebBox.scss | |
| parent | 5845674720497f87c5ccada7a188817f3c912c6e (diff) | |
broke sidebarAnnos into its own component
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index cdff4aa74..ca82c049c 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -18,26 +18,6 @@ border-radius: 3px; pointer-events: all; } - .webBox-tagList { - display: flex; - flex-direction: row; - overflow: auto; - flex-flow: row; - flex-wrap: wrap; - .webBox-filterTag, .webBox-filterTag-active { - font-weight: bold; - padding-left: 6; - padding-right: 6; - box-shadow: black 1px 1px 4px; - border-radius: 5; - margin: 2; - height: 20; - background-color: lightgrey; - } - .webBox-filterTag-active { - background-color: white; - } - } .pdfViewerDash-dragAnnotationBox { position: absolute; |
