Username popups: Add round corners and shadow
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ia28c46c2621c74e4e5a2fbb85265d236b44b64f5
This commit is contained in:
parent
8a319d2a04
commit
287bcb0d45
1 changed files with 4 additions and 1 deletions
|
@ -1123,6 +1123,8 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
z-index: 11;
|
||||
font-family: var(--docs-font);
|
||||
font-size: var(--default-font-size);
|
||||
border-radius: var(--border-radius-large);
|
||||
box-shadow: 0 0 2px 1px var(--color-box-shadow);
|
||||
}
|
||||
|
||||
.username-pop-up p {
|
||||
|
@ -1138,7 +1140,8 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
transform: rotate(45deg);
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
top: calc(-10px - var(--border-radius));
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#hyperlink-pop-up-preview:not(.no-preview) {
|
||||
|
|
Loading…
Reference in a new issue