Theme: Update old css class add-data-source-item to use card styling (#77487)

This commit is contained in:
Torkel Ödegaard 2023-11-03 07:28:45 +01:00 committed by GitHub
parent fb2b1c2e13
commit beb84384da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;