fix: all text not selectable, add safari support
This commit is contained in:
parent
c880b72fa6
commit
d886100221
@ -14,6 +14,9 @@ $handle-color: #ddd !default;
|
|||||||
$light-blue: #c4c4e9 !default;
|
$light-blue: #c4c4e9 !default;
|
||||||
|
|
||||||
.gantt {
|
.gantt {
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
.grid-background {
|
.grid-background {
|
||||||
fill: none;
|
fill: none;
|
||||||
}
|
}
|
||||||
@ -69,7 +72,6 @@ $light-blue: #c4c4e9 !default;
|
|||||||
stroke: $bar-stroke;
|
stroke: $bar-stroke;
|
||||||
stroke-width: 0;
|
stroke-width: 0;
|
||||||
transition: stroke-width .3s ease;
|
transition: stroke-width .3s ease;
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
.bar-progress {
|
.bar-progress {
|
||||||
fill: $blue;
|
fill: $blue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user