refactor: minor css class naming change of #10505

This commit is contained in:
Torkel Ödegaard
2018-01-23 16:10:04 +01:00
parent 12b08b61d7
commit dd70710617
2 changed files with 8 additions and 8 deletions

View File

@@ -7,11 +7,11 @@
text-align: center;
}
.last {
.query-part__last {
display: none;
}
&:hover .last {
&:hover .query-part__last {
display: inline;
}
}