mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Show orange border when input has changes
Even if it's on focus.
This commit is contained in:
@@ -9,6 +9,10 @@ input,
|
||||
div {
|
||||
&.update-pending {
|
||||
border: solid 1px orange;
|
||||
|
||||
&:focus {
|
||||
border: solid 1px orange;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user