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
for the most buttons there is the same part name "preset-button" so you cannot hide them with css. ideally the part name would be solmething like the following:
that way it is possible to use the contains operator ~= in the selector to select all preset-buttons and the distinct part name to select an individual button
The text was updated successfully, but these errors were encountered:
for the most buttons there is the same part name "preset-button" so you cannot hide them with css. ideally the part name would be solmething like the following:
today-preset-button
yesterday-preset-button
.
.
.
cancel-preset-button
that way it is possible to use the contains operator
~=
in the selector to select all preset-buttons and the distinct part name to select an individual buttonThe text was updated successfully, but these errors were encountered: