mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Tokens for Image
This commit is contained in:
parent
fdfed1d9ac
commit
0f6f5736d6
6 changed files with 112 additions and 37 deletions
|
@ -238,7 +238,10 @@ export default {
|
|||
focusRing: {
|
||||
shadow: '0 0 0 0.2rem {primary.200}'
|
||||
},
|
||||
maskBackground: 'rgba(0,0,0,0.4)',
|
||||
mask: {
|
||||
background: 'rgba(0,0,0,0.4)',
|
||||
color: '{surface.200}'
|
||||
},
|
||||
formField: {
|
||||
background: '{surface.0}',
|
||||
disabledBackground: '{surface.200}',
|
||||
|
@ -360,7 +363,10 @@ export default {
|
|||
focusRing: {
|
||||
shadow: '0 0 0 0.2rem color-mix(in srgb, {primary.color}, transparent 80%)'
|
||||
},
|
||||
maskBackground: 'rgba(0,0,0,0.4)',
|
||||
mask: {
|
||||
background: 'rgba(0,0,0,0.4)',
|
||||
color: '{surface.200}'
|
||||
},
|
||||
formField: {
|
||||
background: '{surface.950}',
|
||||
disabledBackground: '{surface.700}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue