@@ -4,7 +4,7 @@
*/
: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 {
@@ -19,10 +19,10 @@
content: '';
background-color: var(--ck-table-selected-cell-background);
position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
& ::selection,