fix: button border right bug on hover (#4283)
Co-authored-by: Yağız Ceritoğlu <yagizceritoglu@Yagz-MacBook-Pro.local>pull/4295/head
parent
6ed9c66f50
commit
f91def0ac0
|
@ -52,7 +52,7 @@ const buttonStyles = `
|
||||||
margin: 0;
|
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;
|
border-right: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue