Fixed dropdown trigger link active status while open

This commit is contained in:
Grzegorz Leoniec 2019-01-13 14:31:48 +01:00
parent 3f67630de5
commit a07b71dea4
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -158,3 +158,7 @@ hr {
}
}
}
.v-popover.open .trigger a {
color: $text-color-link-active;
}