mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4415
This commit is contained in:
parent
e0c1c4e340
commit
16416eb3dd
1 changed files with 3 additions and 3 deletions
|
@ -769,9 +769,9 @@ export default {
|
|||
},
|
||||
{ 'shadow-lg': props.raised && props.text },
|
||||
{
|
||||
'text-gray-500 hover:bg-gray-300/20': props.plain & props.text,
|
||||
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain & props.outlined,
|
||||
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain & !props.outlined & !props.text
|
||||
'text-gray-500 hover:bg-gray-300/20': props.plain && props.text,
|
||||
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain && props.outlined,
|
||||
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
|
||||
},
|
||||
{
|
||||
'bg-transparent border': props.outlined && !props.plain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue