mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
fix: button border right bug on hover (#4283)
Co-authored-by: Yağız Ceritoğlu <yagizceritoglu@Yagz-MacBook-Pro.local>
This commit is contained in:
parent
6ed9c66f50
commit
f91def0ac0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const buttonStyles = `
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.p-buttonset .p-button:not(:last-child) {
|
||||
.p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover {
|
||||
border-right: 0 none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue