mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
New tokens for Slider
This commit is contained in:
parent
f6ecb972f9
commit
82bc6a1bf1
3 changed files with 71 additions and 26 deletions
|
@ -1,13 +1,33 @@
|
|||
export default {
|
||||
track: {
|
||||
background: '{content.border.color}'
|
||||
background: '{content.border.color}',
|
||||
borderRadius: '{border.radius.sm}',
|
||||
size: '3px'
|
||||
},
|
||||
range: {
|
||||
background: '{primary.color}'
|
||||
},
|
||||
handle: {
|
||||
background: '{content.border.color}',
|
||||
hoverBackground: '{content.border.color}'
|
||||
width: '16px',
|
||||
height: '16px',
|
||||
borderRadius: '50%',
|
||||
background: '{primary.color}',
|
||||
hoverBackground: '{primary.color}',
|
||||
content: {
|
||||
background: '{content.background}',
|
||||
hoverBackground: '{primary.color}',
|
||||
borderRadius: '50%',
|
||||
width: '12px',
|
||||
height: '12px',
|
||||
shadow: 'none'
|
||||
},
|
||||
focusRing: {
|
||||
width: '{form.field.focus.ring.width}',
|
||||
style: '{form.field.focus.ring.style}',
|
||||
color: '{form.field.focus.ring.color}',
|
||||
offset: '{form.field.focus.ring.offset}',
|
||||
shadow: '{form.field.focus.ring.shadow}'
|
||||
}
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue