Merge pull request #5014 from matrix-org/t3chguy/tooltips

Fix field tooltips
This commit is contained in:
Michael Telatynski 2020-07-20 15:18:53 +01:00 committed by GitHub
commit 476c3eb7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View file

@ -81,6 +81,18 @@ limitations under the License.
}
}
// These tooltips use an older style with a chevron
.mx_Field_tooltip {
background-color: $menu-bg-color;
color: $primary-fg-color;
border: 1px solid $menu-border-color;
text-align: unset;
.mx_Tooltip_chevron {
display: unset;
}
}
.mx_Tooltip_title {
font-weight: 600;
}