mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4028 - SplitButton: menu icon not visible in large size
This commit is contained in:
parent
0b47a98740
commit
5d74eae8a8
49 changed files with 371 additions and 0 deletions
|
@ -2352,9 +2352,16 @@
|
|||
font-size: 1.25rem;
|
||||
padding: 0.53625rem 1.25rem;
|
||||
}
|
||||
.p-splitbutton.p-button-lg > .p-button.p-button-icon-only {
|
||||
width: auto;
|
||||
}
|
||||
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.p-splitbutton.p-button-lg > .p-button .p-icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue