fix: button border right bug on hover (#4283)

Co-authored-by: Yağız Ceritoğlu <yagizceritoglu@Yagz-MacBook-Pro.local>
pull/4295/head
Yağız Ceritoğlu 2023-08-18 04:13:44 +03:00 committed by GitHub
parent 6ed9c66f50
commit f91def0ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}