text background filter styles
This commit is contained in:
parent
8c4dda759c
commit
e02fe24982
@ -60,11 +60,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.budget-chart__block {
|
.budget-chart__block {
|
||||||
fill: $color-white;
|
fill: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&--highlighted {
|
&--highlighted {
|
||||||
fill: $color-aqua-lightest;
|
fill: rgba($color-aqua, .15);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--is-expiration {
|
&--is-expiration {
|
||||||
@ -72,13 +72,27 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
fill: $color-aqua-lightest;
|
fill: rgba($color-aqua, .15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
.filter__text-background {
|
||||||
|
feFlood {
|
||||||
|
flood-color: $color-white;
|
||||||
|
flood-opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--highlighted {
|
||||||
|
feFlood {
|
||||||
|
flood-color: $color-aqua-lightest;
|
||||||
|
flood-opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:focus {
|
&:focus {
|
||||||
@ -86,6 +100,15 @@
|
|||||||
stroke: $color-gray-light;
|
stroke: $color-gray-light;
|
||||||
stroke-dasharray: 2px;
|
stroke-dasharray: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.filter__text-background {
|
||||||
|
feFlood {
|
||||||
|
flood-color: $color-aqua-lightest;
|
||||||
|
flood-opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user