|
@@ -4,7 +4,7 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
:root {
|
|
:root {
|
|
|
- --ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
|
|
|
|
|
|
|
+ --ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ck.ck-editor__editable .table table {
|
|
.ck.ck-editor__editable .table table {
|
|
@@ -17,6 +17,7 @@
|
|
|
|
|
|
|
|
&:after {
|
|
&:after {
|
|
|
content: '';
|
|
content: '';
|
|
|
|
|
+ pointer-events: none;
|
|
|
background-color: var(--ck-table-selected-cell-background);
|
|
background-color: var(--ck-table-selected-cell-background);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|