mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
10583 panel resize icon fix (#10585)
* removed svg, added ::after * removed unnecessary code
This commit is contained in:
committed by
Torkel Ödegaard
parent
f8a03fa3e3
commit
c611ffa4bc
@@ -1,5 +1,5 @@
|
||||
@import "~react-grid-layout/css/styles.css";
|
||||
@import "~react-resizable/css/styles.css";
|
||||
@import '~react-grid-layout/css/styles.css';
|
||||
@import '~react-resizable/css/styles.css';
|
||||
|
||||
.panel-in-fullscreen {
|
||||
.react-grid-layout {
|
||||
@@ -40,8 +40,9 @@
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
.react-grid-item > .react-resizable-handle {
|
||||
background-image: url("../img/resize-handle-white.svg");
|
||||
.react-grid-item > .react-resizable-handle::after {
|
||||
border-right: 2px solid rgba(255, 255, 255, 0.4);
|
||||
border-bottom: 2px solid rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user