NewPanelEdit: Minor style tweaks & fix to transparent panels (#23353)

* NewPanelEdit: Minor style tweaks

* Fixed ts issue

* Tweaked breakpoint
This commit is contained in:
Torkel Ödegaard
2020-04-06 08:22:49 +02:00
committed by GitHub
parent 7ab11027b0
commit 69bdcccd10
6 changed files with 22 additions and 28 deletions

View File

@@ -52,8 +52,8 @@ div.flot-text {
width: 100%;
&--transparent {
background-color: $page-bg;
border: none;
background-color: transparent;
border: 1px solid transparent;
}
&:hover {