Hi,
We have customized the default discourse site at discourse version between (2.3 - 2.6). In the mentioned versions, we have applied custom CSS to hide the reply button in topic page footer buttons based on the value of element property aria-label.
After upgrading the discourse version to 2.8.0.beta6, the property aria-label was missing for reply button DOM element. But other buttons like share, bookmark, flags, etc…, still having the aria-label property in topic page footer buttons. Because of this behavior, we are facing an issue.
Before upgrading to version 2.8.0:
After upgrading to version 2.8.0
Is discourse version 2.8.0.beta6 upgrades was modified or ignored the any properties in page DOM elements ?