problems timeline: highlight regions

This commit is contained in:
Alexander Zobnin
2018-12-19 15:24:17 +03:00
parent 492c448273
commit 1ec8b01af2
2 changed files with 116 additions and 35 deletions

View File

@@ -165,7 +165,7 @@
transition: all 0.3s ease-out;
&.show {
max-height: 16rem;
max-height: 20rem;
opacity: 1;
}
@@ -370,7 +370,8 @@
// transition: all 0.2s ease-out;
// opacity: 0.7;
&:hover {
&:hover,
&.highlighted {
// opacity: 1;
stroke: $zbx-text-highlighted;
filter: url(#glowShadow);