mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42: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
|
@ -88,7 +88,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-overlay-mask {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
transition-duration: ${dt('transition.duration')};
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue