mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
Theme: Update old css class add-data-source-item to use card styling (#77487)
This commit is contained in:
parent
fb2b1c2e13
commit
beb84384da
@ -24,16 +24,12 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
background: $panel-editor-viz-item-bg;
|
||||
border: 1px solid transparent;
|
||||
background: $card-background;
|
||||
border-radius: 3px;
|
||||
margin-bottom: $space-xxs;
|
||||
|
||||
&:hover {
|
||||
box-shadow: $panel-editor-viz-item-shadow-hover;
|
||||
background: $panel-editor-viz-item-bg-hover;
|
||||
border: $panel-editor-viz-item-border-hover;
|
||||
color: $text-color-strong;
|
||||
background: $card-background-hover;
|
||||
|
||||
.add-data-source-item-actions {
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user