Syntax for CSS editor

Ben Dotan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 5, 2023

I have this snippet:

.editable-field.inactive{

direction: rtl !important;

text-align: right;

}

Right now it works on every editable field, but I want to change it to not work on fields of type : date. so the code should work on all editable fields except of date type.

I didn't find any documentation of syntax, can you change this snippet to work as I want it to?

1 answer

0 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 9, 2024

@Ben Dotan Welcome to the Atlassian community

I think that all the date fields have an ID on them that identifies them as a date.  I would suggest looking at that to exclude them.

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2024

@Ben Dotan if this was helpful can you accept it to help others?

Suggest an answer

Log in or Sign up to answer