Fixed #399 - Remove default text-decoration style from the header links on Fieldset
parent
2a1e0113ac
commit
833742d305
|
@ -78,6 +78,7 @@ export default {
|
|||
user-select: none;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-fieldset-legend-text {
|
||||
|
|
Loading…
Reference in New Issue