You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
I just pushed an update to the iOS theme for jQuery Mobile, and moved away from .ui-btn:not(label):not(this):not(that) etc.
That means that I'm placing a class on the <a> element that remains, but when a class is placed on a <button> and it is transformed to a new DOM, the class is not sent across to the new <div>. Therefore you end up with a missing class and broken styles as below:
I just pushed an update to the iOS theme for jQuery Mobile, and moved away from
.ui-btn:not(label):not(this):not(that) etc.
That means that I'm placing a class on the
<a>
element that remains, but when a class is placed on a<button>
and it is transformed to a new DOM, the class is not sent across to the new<div>
. Therefore you end up with a missing class and broken styles as below:Demo Link
The text was updated successfully, but these errors were encountered: