Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAR-133: Исправления после РК2 #27

Merged
merged 10 commits into from
May 27, 2024
Prev Previous commit
Next Next commit
HAR-126: Добавил outline: none для неавтивного поля
  • Loading branch information
glebkos committed May 7, 2024
commit 3c38f456017fe537f0ce77363c2dcb4366d83f6f
2 changes: 1 addition & 1 deletion source/shared/styles/input/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
opacity: 0.5;
&:focus{
background-color: variables.$window-color;
outline-color: inherit;
outline: none;
}
}