Skip to content

Commit

Permalink
fix: flickering button (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 23, 2024
1 parent 0abdfc6 commit ec0a850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/dsp-app/src/styles/_elements.scss
Expand Up @@ -683,7 +683,7 @@ $gc-small: $form-width - $gc-large - 4;
top: 3px;
border: 1px solid #e4e4e4;
border-radius: 14px;
padding: 0;
padding: 4px;
background-color: #e4e4e4;
z-index: 2;
@include box-shadow();
Expand All @@ -692,7 +692,7 @@ $gc-small: $form-width - $gc-large - 4;
button {
// cursor: pointer;
border: none;
padding: 2px;
padding: 4px;
outline: none;
background-color: transparent;
color: $primary;
Expand Down Expand Up @@ -730,7 +730,7 @@ $gc-small: $form-width - $gc-large - 4;
}

button.info {
cursor: help;
cursor: inherit;
}

button:hover {
Expand Down

0 comments on commit ec0a850

Please sign in to comment.