Vertical align dropdown arrows

Before this commit thew triangle was not vertically centered. This was
mostly obvious in the status bar but the same problems was everywhere.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9fe6d30cbe6736da56a73073c460d4a5028e98bf
This commit is contained in:
Pedro Pinto Silva 2024-07-12 15:03:21 +02:00 committed by Szymon Kłos
parent 36f576ef48
commit 45bd9c6009

View file

@ -1278,8 +1278,9 @@ input[type='number']:hover::-webkit-outer-spin-button {
}
.arrowbackground {
width: 15px;
height: 23px;
box-sizing: border-box;
width: 16px;
height: 16px;
display: inline-block;
border-left: 1px solid transparent;
background-color: transparent;