Fix some issues involving party in observer view

This commit is contained in:
Carlos Fernandez 2026-07-06 17:40:22 -04:00
parent 4b5550a097
commit 8a833ed526
9 changed files with 189 additions and 146 deletions

View file

@ -26,9 +26,11 @@
&:focus,
&:focus[type='text'],
&:focus[type='number'] {
background: light-dark(@soft-shadow, @semi-transparent-dark-blue);
box-shadow: none;
outline: 2px solid @input-color-border;
&:where(:not(:disabled)) {
background: light-dark(@soft-shadow, @semi-transparent-dark-blue);
box-shadow: none;
outline: 2px solid @input-color-border;
}
}
&:disabled[type='text'],