mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
playlist: fixed playlist buttons in dashboard header, fixes #10213
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.dashboard-row__actions {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-row__title {
|
||||
@@ -37,6 +44,7 @@
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
flex-grow: 1;
|
||||
transition: 200ms opacity ease-in 200ms;
|
||||
|
||||
a {
|
||||
color: $text-color-weak;
|
||||
|
||||
@@ -38,11 +38,3 @@
|
||||
}
|
||||
}
|
||||
|
||||
.playlist-active {
|
||||
.dash-playlist-actions {
|
||||
.fa {
|
||||
opacity: 1;
|
||||
color: $text-color-faint !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user