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;
|
||||
|
||||
.gantt {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
.grid-background {
|
||||
fill: none;
|
||||
}
|
||||
@ -69,7 +72,6 @@ $light-blue: #c4c4e9 !default;
|
||||
stroke: $bar-stroke;
|
||||
stroke-width: 0;
|
||||
transition: stroke-width .3s ease;
|
||||
user-select: none;
|
||||
}
|
||||
.bar-progress {
|
||||
fill: $blue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user