mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor: minor css class naming change of #10505
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.last {
|
||||
.query-part__last {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover .last {
|
||||
&:hover .query-part__last {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user