Skip to content

Commit

Permalink
bugfix/fwf-4129:Fixed ui issues (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot authored Dec 31, 2024
1 parent 717f8f3 commit a0d47cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 0 additions & 12 deletions forms-flow-theme/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,6 @@ select option:hover {






.pagination-text {
overflow: hidden;
color: var(--ff-black);
text-overflow: ellipsis;
font-size: var(--ff-font-size-sm);
font-weight: var(--ff-font-weight-xs);
line-height: var(--text-line-height);
}

/* CustomTooltip */
.custom-tooltip .tooltip-inner {
background-color: $secondary;
Expand Down
10 changes: 10 additions & 0 deletions forms-flow-theme/scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ $secondary: var(--ff-secondary);

.modal-footer {
justify-content: flex-start !important;
&.space-between {
justify-content: space-between !important;
}
}
}
}
Expand Down Expand Up @@ -427,6 +430,13 @@ $secondary: var(--ff-secondary);
box-shadow: none;
}
}
input:-webkit-autofill {
background-color: transparent !important;
box-shadow: 0 0 0px 1000px white inset !important;
-webkit-text-fill-color: inherit !important;
transition: none !important;
}


.url-copy {
justify-content: center;
Expand Down

0 comments on commit a0d47cb

Please sign in to comment.