mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelOptionsGroups: Only restore styles from PanelOptionsGroup (#30215)
This commit is contained in:
parent
94783cfe99
commit
4420a959f1
@ -36,3 +36,39 @@
|
||||
min-width: 200px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* Used by old angular panels */
|
||||
.panel-options-group {
|
||||
border-bottom: $panel-border;
|
||||
}
|
||||
|
||||
.panel-options-group__header {
|
||||
padding: 8px 16px 8px 8px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
color: $text-color-semi-weak;
|
||||
|
||||
&:hover {
|
||||
color: $text-color;
|
||||
|
||||
.panel-options-group__icon {
|
||||
color: $text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel-options-group__icon {
|
||||
color: $text-color-weak;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.panel-options-group__title {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-options-group__body {
|
||||
padding: 8px 16px 16px 32px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user