3874ab9d81
Before this we were trying to align arrow via bg position this in turn was leading to problem when the parent control (drop-down marker) resizes which happens every time we change document zoom. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Iad0479b5db462e5bbe14c8e81f8a41fc024947dc
11 lines
335 B
CSS
11 lines
335 B
CSS
.writer-drop-down-marker {
|
|
cursor: pointer;
|
|
margin-left: 3px !important;
|
|
margin-top: 1px !important;
|
|
width: 18px;
|
|
height: 17px;
|
|
background: url('images/unfold.svg') center/16px var(--color-background-darker) no-repeat;
|
|
border: 1px solid var(--color-border-darker);
|
|
box-sizing: border-box;
|
|
box-shadow: 0 0 1px 1px #00000015;
|
|
}
|