]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cafea1c
)
Tables: Updated selection style to avoid scroll overflow
author
Dan Brown
<redacted>
Thu, 15 Feb 2024 14:40:27 +0000
(14:40 +0000)
committer
Dan Brown
<redacted>
Thu, 15 Feb 2024 14:40:27 +0000
(14:40 +0000)
Fixes #4844
resources/sass/_tinymce.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_tinymce.scss
b/resources/sass/_tinymce.scss
index b6a2156df199e8c0c3cb1880fba99be6f3fc8e7c..7e443ff5a6bb11ece01a9fe411839a34de6f94bf 100644
(file)
--- a/
resources/sass/_tinymce.scss
+++ b/
resources/sass/_tinymce.scss
@@
-110,6
+110,16
@@
body.page-content.mce-content-body {
float: none !important;
}
+.page-content.mce-content-body td[data-mce-selected]::after,
+.page-content.mce-content-body th[data-mce-selected]::after {
+ top: 1px;
+ left: 1px;
+ bottom: 1px;
+ right: 1px;
+ outline: 1px dashed #1a85ff;
+ outline-offset: 0;
+}
+
/**
* Dark Mode Overrides
*/