chart no user select

This commit is contained in:
Yuri Kuznetsov
2024-03-26 16:31:18 +02:00
parent 7cf7f2ffd8
commit 4aecb4a255
+4
View File
@@ -2152,6 +2152,7 @@ div[data-scope="User"] .field[data-name="avatar"] {
cursor: default;
font-size: 13px;
text-align: center;
user-select: none;
}
.flotr-grid-label-y {
@@ -2159,6 +2160,7 @@ div[data-scope="User"] .field[data-name="avatar"] {
line-height: 1.1em;
max-height: 2.1em;
overflow: hidden;
user-select: none;
}
.flotr-grid-label-x {
@@ -2167,6 +2169,7 @@ div[data-scope="User"] .field[data-name="avatar"] {
line-height: 1.1em;
overflow: hidden;
padding: 0 1px 1px;
user-select: none;
}
.legend-container {
@@ -2187,6 +2190,7 @@ div[data-scope="User"] .field[data-name="avatar"] {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
user-select: none;
}
td.flotr-legend-label > span {