mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Transparent group bg
This commit is contained in:
parent
6977110767
commit
33b83f22e6
2 changed files with 8 additions and 8 deletions
|
@ -307,7 +307,7 @@ export default {
|
|||
}
|
||||
},
|
||||
optionGroup: {
|
||||
background: '{surface.0}',
|
||||
background: 'transparent',
|
||||
color: '{text.color}'
|
||||
}
|
||||
},
|
||||
|
@ -325,7 +325,7 @@ export default {
|
|||
}
|
||||
},
|
||||
submenuLabel: {
|
||||
background: '{surface.0}',
|
||||
background: 'transparent',
|
||||
color: '{text.color}'
|
||||
},
|
||||
submenuIcon: {
|
||||
|
@ -432,7 +432,7 @@ export default {
|
|||
}
|
||||
},
|
||||
optionGroup: {
|
||||
background: '{surface.900}',
|
||||
background: 'transparent',
|
||||
color: '{text.color}'
|
||||
}
|
||||
},
|
||||
|
@ -450,7 +450,7 @@ export default {
|
|||
}
|
||||
},
|
||||
submenuLabel: {
|
||||
background: '{surface.900}',
|
||||
background: 'transparent',
|
||||
color: '{text.color}'
|
||||
},
|
||||
submenuIcon: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue