1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

(bug) do not buzz the list in member-select

This commit is contained in:
Sylvain 2022-10-04 10:52:53 +02:00
parent a10e75844a
commit 4f231c0647

View File

@ -1,6 +1,6 @@
.member-select {
&.error {
.select-input > div {
.select-input > div:first-of-type {
border-color: var(--alert);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);