Remove border on selectbutton
parent
ebf550f535
commit
b2bcaac93f
|
@ -101,3 +101,9 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.p-buttonset .p-button:not(:last-child) {
|
||||||
|
border-right: 0 none;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue