mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEdit: Minor style tweaks & fix to transparent panels (#23353)
* NewPanelEdit: Minor style tweaks * Fixed ts issue * Tweaked breakpoint
This commit is contained in:
@@ -52,8 +52,8 @@ div.flot-text {
|
||||
width: 100%;
|
||||
|
||||
&--transparent {
|
||||
background-color: $page-bg;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user