Skip to content

Commit

Permalink
fix: make close button visible again
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 27, 2022
1 parent 1534fd1 commit e007123
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/src/components/UserFeedback/styles.module.css
Expand Up @@ -87,6 +87,7 @@ button.close-button {
padding: 0;
aspect-ratio: 1;
height: 1em;
color: var(--ifm-font-color-base);
}

.close-button:hover {
Expand All @@ -102,6 +103,10 @@ button.close-button {
justify-content: end;
}

.close-button svg {
fill: currentColor;
}

.user-feedback button[type='submit'] {
background-color: var(--ifm-color-primary);
color: var(--ifm-background-color);
Expand Down Expand Up @@ -132,6 +137,11 @@ button.close-button {
.user-feedback textarea {
display: block;
width: 100%;
background-color: var(--ifm-background-color);
color: currentColor;
border-radius: var(--ifm-global-radius);
border: max(var(--ifm-global-border-width), 2px) solid
var(--unleash-color-gray);
}

.customer-type-inputs {
Expand Down

0 comments on commit e007123

Please sign in to comment.