Quill 2.0 dev 3 + better tables
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import 'quill/quill.snow';
|
||||
@import 'quill/quill.better-table';
|
||||
|
||||
.ql-toolbar.ql-snow {
|
||||
border: none;
|
||||
@@ -20,4 +21,40 @@
|
||||
|
||||
.ql-snow .ql-tooltip {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.qlbt-col-tool {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Quill Better Table */
|
||||
|
||||
.ql-container {
|
||||
table.quill-better-table {
|
||||
td {
|
||||
border-color: $col_main_1;
|
||||
}
|
||||
}
|
||||
|
||||
.qlbt-selection-line.qlbt-selection-line-right,
|
||||
.qlbt-selection-line.qlbt-selection-line-left {
|
||||
margin-top: -2px;
|
||||
margin-left: -2px;
|
||||
background-color: $col_main_2 !important;
|
||||
|
||||
&::before {
|
||||
background-color: $col_main_2;
|
||||
}
|
||||
}
|
||||
|
||||
.qlbt-selection-line.qlbt-selection-line-top,
|
||||
.qlbt-selection-line.qlbt-selection-line-bottom {
|
||||
margin-top: -3px;
|
||||
margin-left: -2px;
|
||||
background-color: $col_main_2 !important;
|
||||
}
|
||||
|
||||
.qlbt-col-tool .qlbt-col-tool-cell-holder:hover {
|
||||
background-color: $col_main_2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user