Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 2, 2024
1 parent 22aa156 commit f0c0d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common-styles/sv-drag-drop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
}

.sv-drag-drop-choices-shortcut__content {
.sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
min-width: 100px;
box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
background-color: var(--sjs-general-backcolor, var(--background, #fff));
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ body {
font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
}

.sv-drag-drop-choices-shortcut__content {
.sv-drag-drop-choices-shortcut__content.sv-drag-drop-choices-shortcut__content {
min-width: 100px;
box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
background-color: var(--sjs-general-backcolor, var(--background, #fff));
Expand Down

0 comments on commit f0c0d0b

Please sign in to comment.