Skip to content
Snippets Groups Projects
Commit c0eae77b authored by Olivia206's avatar Olivia206
Browse files

fixed icon for search input

parent d03c104c
No related branches found
No related tags found
No related merge requests found
...@@ -85,10 +85,11 @@ ...@@ -85,10 +85,11 @@
&__form &__form
@include icon(search-inline, after) @include icon(search-inline, after)
&::after &::after
color: transparentize($color-text-alt, .4)
padding-right: px2rem(2) padding-right: px2rem(2)
position: fixed position: fixed
pointer-events: none pointer-events: none
transform: translate(0,20%) transform: translate(-2px,20%)
z-index: 9 z-index: 9
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
right: $spacing1 right: $spacing1
...@@ -104,6 +105,10 @@ ...@@ -104,6 +105,10 @@
z-index: 6 z-index: 6
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
margin-bottom: $spacing1 margin-bottom: $spacing1
&:focus,
&:focus-visible
border-bottom: 2px solid $color-text
outline: none
&__button[type="button"] &__button[type="button"]
@include button-reset @include button-reset
@include link($color-text) @include link($color-text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment