diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-20 18:35:58 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-20 18:35:58 -0500 |
| commit | 68785a97178d229935c0429791081d7c09312dc3 (patch) | |
| tree | 8260fb1c23ad3f145146b3102cd294fb85ca1044 /src/client/views/pdf/PDFMenu.scss | |
| parent | 8538a83baf57d7015b62b4ebc22d2bd7318f9d16 (diff) | |
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.
Diffstat (limited to 'src/client/views/pdf/PDFMenu.scss')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.scss | 25 |
1 files changed, 0 insertions, 25 deletions
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 |
