mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panel title: switched from context-menu cursor to pointer, context-menu does not work on windows in chrome and firefox, but works on other platforms :(
This commit is contained in:
parent
01e171373c
commit
bb7ee1c5a3
@ -33,14 +33,14 @@
|
||||
.panel-title-container {
|
||||
min-height: 5px;
|
||||
padding-top: 4px;
|
||||
cursor: context-menu;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
border: 0px;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
cursor: context-menu;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
||||
@ -204,4 +204,3 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user