This commit is contained in:
Vanessa 2022-10-19 18:01:29 +08:00
parent 4e27798f53
commit bbca5683ce
3 changed files with 4 additions and 6 deletions

View file

@ -131,11 +131,11 @@
display: flex;
align-items: center;
transition: var(--b3-transition);
flex: 1;
min-height: 42px;
position: relative;
max-width: 186px;
flex-shrink: 0;
overflow: hidden;
&:hover:not(.item--focus):not(.item--readonly) .item__text {
color: var(--b3-theme-on-background);