mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactored shadow token name
This commit is contained in:
parent
944e68d548
commit
18ecd1af94
39 changed files with 65 additions and 65 deletions
|
@ -13,7 +13,7 @@ const theme = ({ dt }) => `
|
|||
appearance: none;
|
||||
border-radius: ${dt('inputtext.border.radius')};
|
||||
outline-color: transparent;
|
||||
box-shadow: ${dt('inputtext.box.shadow')};
|
||||
box-shadow: ${dt('inputtext.shadow')};
|
||||
}
|
||||
|
||||
.p-inputtext:enabled:hover {
|
||||
|
@ -22,7 +22,7 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-inputtext:enabled:focus {
|
||||
border-color: ${dt('inputtext.focus.border.color')};
|
||||
box-shadow: ${dt('inputtext.focus.box.shadow')};
|
||||
box-shadow: ${dt('inputtext.focus.shadow')};
|
||||
outline: 0 none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue