Add tooltips for breadcrumbs

This commit is contained in:
Jorik Schellekens 2020-07-01 12:23:27 +01:00
parent aab372c648
commit 1889ee202b
2 changed files with 20 additions and 2 deletions

View file

@ -51,3 +51,18 @@ limitations under the License.
height: 32px;
}
}
.mx_RoomBreadcrumbs2_Tooltip {
margin-left: -42px;
margin-top: -42px;
&.mx_Tooltip {
background-color: $tagpanel-bg-color;
color: $accent-fg-color;
border: 0;
.mx_Tooltip_chevron {
display: none;
}
}
}