Skip to content

Commit

Permalink
chore: more style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Divers committed Dec 19, 2024
1 parent 8ca6d8c commit 937a7d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 6 additions & 3 deletions src/lib-components/DateFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ onMounted(() => {
>
<template #input-icon>
<SvgIconFTVACalender />
<span :class="inputIconClass">
<!-- <span :class="inputIconClass">
<SvgIconFTVADropTriangle />
</span>
</span> -->
</template>

<template #clear-icon="{ clear }">
Expand Down Expand Up @@ -485,6 +485,9 @@ onMounted(() => {
&:hover, &:focus {
border-color: #ddd;
}
&:hover {
background-color: #f1f1f1;
}
@media #{$small} {
padding-inline-start: 57px;
Expand All @@ -501,7 +504,7 @@ onMounted(() => {
svg {
position: absolute;
right: 40px;
right: 30px;
transform: translateY(-50%);
@media #{$small} {
Expand Down
10 changes: 6 additions & 4 deletions src/styles/ftva/_filters-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
&:hover, &:focus {
border-color: #ddd;
}
&:hover {
background-color: #f1f1f1;
}
}
// Done / Clear Buttons
.action-row {
Expand Down Expand Up @@ -51,10 +54,9 @@
// Input field / Button on Mobile
:deep(.mobile-button) {
border-color: $medium-grey;
&:hover,
&:focus {
border-color: $medium-grey;
}
&:hover, &:focus {
border-color: $medium-grey;
}
&.is-expanded {
color: $accent-blue;
border: 2px solid $accent-blue;
Expand Down

0 comments on commit 937a7d1

Please sign in to comment.