Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
For whatever reason accent-color is not supported in my chrome v99,…
Browse files Browse the repository at this point in the history
… even though it should be since v93. (#288)
  • Loading branch information
Tristan-H11 committed Mar 23, 2022
1 parent 451437c commit c16f818
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ input {
padding: 8px 16px 8px 16px;
border: 0;
border-radius: 8px;
outline: none;

&::placeholder {
color: $placeholder-font
Expand All @@ -53,11 +54,11 @@ input {
border: 2px solid;
border-color: list.nth($colors, 1);
&:focus {
outline: none;
}
} @else {
&:focus {
accent-color: list.nth($colors, 1);
border: 2px solid;
border-color: list.nth($colors, 1);
}
}
}
Expand Down

0 comments on commit c16f818

Please sign in to comment.