mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
made tooltip consistent across the application (#5351)
Ensure that the tooltips are consistent throughout the entire application. #5293
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user