made tooltip consistent across the application (#5351)

Ensure that the tooltips are consistent throughout the entire application. #5293
This commit is contained in:
Pravesh Sharma
2022-09-23 11:11:02 +05:30
committed by GitHub
parent d147b41d19
commit 94ca48674a
6 changed files with 58 additions and 4 deletions

View File

@@ -344,3 +344,25 @@
.wcMenuSubMenu::before{
content: none;
}
.tooltip {
font-size: 0.7rem;
line-height: 1.4em;
}
.tooltip.show {
opacity: 1;
}
.wcTooltip-shortcut {
justify-content: center;
margin-top: 0.125rem;
display: flex
}
.wcTooltip-shortcut-key{
padding: 0 0.25rem;
border: 1px solid $border-color;
margin-right: 0.125rem;
border-radius: $border-radius
}