Better show focus on app items

This commit is contained in:
Johannes Zellner
2021-04-07 13:02:27 +02:00
parent 82e8a893fd
commit b83f263919
+4
View File
@@ -319,6 +319,10 @@ textarea {
border-radius: 2px;
height: 100%;
&:focus-within {
border: 1px solid #6a6a6a;
}
&:hover {
background-color: rgba(0, 0, 0, 0.1) !important;
}