mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
New tokens for customizable focus rings
This commit is contained in:
parent
94b4cf5d3d
commit
ee5843c315
11 changed files with 89 additions and 34 deletions
|
@ -22,8 +22,9 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-inputtextarea:enabled:focus {
|
||||
border-color: ${dt('textarea.focus.border.color')};
|
||||
box-shadow: ${dt('textarea.focus.shadow')};
|
||||
outline: 0 none;
|
||||
box-shadow: ${dt('textarea.focus.ring.shadow')};
|
||||
outline: ${dt('textarea.focus.ring.width')} ${dt('textarea.focus.ring.style')} ${dt('textarea.focus.ring.color')};
|
||||
outline-offset: ${dt('textarea.focus.ring.offset')};
|
||||
}
|
||||
|
||||
.p-inputtextarea.p-invalid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue