From 68785a97178d229935c0429791081d7c09312dc3 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 20 Jan 2021 18:35:58 -0500 Subject: moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed following links from text box huyperlinks when there are multiple different huypertext links on the document. --- src/client/views/pdf/PDFMenu.scss | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/client/views/pdf/PDFMenu.scss (limited to 'src/client/views/pdf/PDFMenu.scss') diff --git a/src/client/views/pdf/PDFMenu.scss b/src/client/views/pdf/PDFMenu.scss deleted file mode 100644 index fa43a99b2..000000000 --- a/src/client/views/pdf/PDFMenu.scss +++ /dev/null @@ -1,25 +0,0 @@ -.pdfMenu-addTag { - display: grid; - width: 200px; - padding: 5px; - grid-template-columns: 90px 20px 90px; -} - -.color-wrapper { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - - button.color-button { - width: 20px; - height: 20px; - border-radius: 15px !important; - margin: 3px; - border: 2px solid transparent !important; - padding: 3px; - - &.active { - border: 2px solid white; - } - } -} \ No newline at end of file -- cgit v1.2.3-70-g09d2