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:
@ -52,6 +52,9 @@
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
summary::before {
|
||||
content: '';
|
||||
}
|
||||
summary :global(svg) {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
@ -127,6 +127,7 @@ select:disabled {
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #fff;
|
||||
appearance: none;
|
||||
}
|
||||
.field > input:focus,
|
||||
.field > textarea:focus,
|
||||
|
Reference in New Issue
Block a user