mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
[Glitch] Add purple border to active compose field search inputs
Port 1c87cb8019 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
committed by
Claire
parent
0fb469e2f3
commit
3739dda2f6
@@ -112,9 +112,11 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus,
|
&:active,
|
||||||
&:active {
|
&:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
border-width: 1px !important;
|
||||||
|
border-color: $ui-button-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-search-cancel-button {
|
&::-webkit-search-cancel-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user