mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Use background instead of background-color
This commit is contained in:
parent
ac95478fa6
commit
d27c88c1f2
22 changed files with 43 additions and 43 deletions
|
@ -126,7 +126,7 @@ const theme = ({ dt }) => `
|
|||
position: absolute;
|
||||
bottom: -1px;
|
||||
height: 1px;
|
||||
background-color: ${dt('tabview.tab.active.border.color')};
|
||||
background: ${dt('tabview.tab.active.border.color')};
|
||||
transition: 250ms cubic-bezier(0.35, 0, 0.25, 1);
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue