1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00

Fixed view store bugs

This commit is contained in:
2023-02-16 11:58:20 +01:00
parent 0bbd50857c
commit 38ef130684
3 changed files with 11 additions and 3 deletions

View File

@ -52,6 +52,9 @@
align-items: center;
cursor: pointer;
}
summary::before {
content: '';
}
summary :global(svg) {
width: 14px;
height: 14px;

View File

@ -127,6 +127,7 @@ select:disabled {
padding: 0.5rem;
border: 1px solid #ccc;
background-color: #fff;
appearance: none;
}
.field > input:focus,
.field > textarea:focus,