Hide fieldset hover

pull/6798/head
Cagatay Civici 2024-11-13 19:23:35 +03:00
parent e187c58824
commit a0e2a60d50
1 changed files with 5 additions and 0 deletions

View File

@ -19,4 +19,9 @@
height: 24px;
border: 0 none;
}
.p-fieldset-toggleable > .p-fieldset-legend:hover {
background: transparent;
}
}