forked from didirus/AstralRinth
Fix file inputs on Gallery and Versions pages not being selectable with keyboard (#4312)
This commit is contained in:
@@ -85,11 +85,19 @@ export default defineComponent({
|
||||
label {
|
||||
flex-direction: unset;
|
||||
max-height: unset;
|
||||
&:focus-within {
|
||||
outline: 0.25rem solid #ea80ff;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 1rem;
|
||||
}
|
||||
input {
|
||||
display: none;
|
||||
position: absolute;
|
||||
height: 1px;
|
||||
width: 1px;
|
||||
overflow: hidden;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
}
|
||||
&.long-style {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user