mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Merge pull request #5917 from KumJungMin/fix/issue-4387
fix(Tooltip): apply color in bottom arrow
This commit is contained in:
commit
9d107f56ae
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ const theme = ({ dt }) => `
|
|||
.p-tooltip-bottom .p-tooltip-arrow {
|
||||
margin-left: calc(-1 * ${dt('tooltip.gutter')});
|
||||
border-width: 0 ${dt('tooltip.gutter')} ${dt('tooltip.gutter')} ${dt('tooltip.gutter')};
|
||||
border-top-color: ${dt('tooltip.background')};
|
||||
border-bottom-color: ${dt('tooltip.background')};
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue