Skip to content

Commit

Permalink
small color fixes [WTEL-3092]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 17, 2023
1 parent 93cc338 commit 05512b5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
}
&:hover, &.active {
border-color: var(--accent-color);
border-color: var(--primary-color);
}
.wt-tooltip {
Expand Down
2 changes: 1 addition & 1 deletion src/app/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ a {
}

$scrollbar-bg-color: #EAEAEA;
$srollbar-thumb-color: var(--accent-color);
$srollbar-thumb-color: var(--primary-color);
$srollbar-border-radius: 4px;

.scrollbar {
Expand Down
4 changes: 2 additions & 2 deletions src/app/css/objects/lib-custom-styling/dropzone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#dropzone {
min-height: 57px;
margin-bottom: 36px;
border: 2px dashed var(--accent-color);
border: 2px dashed var(--primary-color);
border-radius: var(--border-radius);

&:hover {
Expand All @@ -25,7 +25,7 @@
}

i, .dz-message-text__accent {
color: var(--accent-color);
color: var(--primary-color);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
}
&:hover, &.active {
border-color: var(--accent-color);
border-color: var(--primary-color);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default {
}
.wt-table .sortable-swap-highlight {
background: var(--accent-color);
background: var(--primary-color);
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $pic-height: 136px;
border-radius: var(--border-radius);
&:hover, &.active {
border-color: var(--accent-color);
border-color: var(--primary-color);
}
.popup-flow-editor__img-wrapper {
Expand Down

0 comments on commit 05512b5

Please sign in to comment.