Textarea: hover border style not working because of misplaced semi-colon in CSS #17258
Closed
4 tasks
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The hover border color is defined but not applied because of the misplaced semi-colon in line 24 which should be on line 22:
https://github.com/primefaces/primeng/blob/df745663da783e8b499db2240e843ed5a69fe899/packages/primeng/src/textarea/style/textareastyle.ts#L23..L24
Pull Request Link
#17259
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://primeng.org/textarea
Environment
Windows 10
Firefox 128.3.1esr
Angular version
19.0.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Border color changes on mouse over the same way it does for pInputText
The text was updated successfully, but these errors were encountered: