Sticker upload affordances, fix 'recent media'

This commit is contained in:
Scott Nonnenberg
2021-10-13 10:05:18 -07:00
committed by GitHub
parent 21c00f51bd
commit f60e9b9c9f
7 changed files with 34 additions and 6 deletions

View File

@@ -8,6 +8,14 @@
display: flex;
flex-direction: row;
align-items: center;
padding: 2px;
// We'd really like to use focus-within-visible or :has(:focus-visible), to ensure that
// this doesn't show when using the mouse, but neither are ready yet!
&:focus-within {
outline: 2px solid -webkit-focus-ring-color;
}
}
.input {
@@ -48,6 +56,5 @@
.label {
margin-left: 6px;
position: relative;
top: 1px;
user-select: none;
}