My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124 stars 48 forks source link

Unify the common CSS rules for the subject link under the class `.subject` #753

Closed auge8472 closed 3 weeks ago

auge8472 commented 4 weeks ago

The CSS-rules for the many different states of a subject link [^1] contains many identical, repeated definitions. Because of the new introduced class .subject which is present in every case, it is now possible to move these rules to this class and to deduplicate them in the definition blocks for the state specific classes.

[^1]: i.e. thread, thread-locked, thread-sticky, thread-sticky-locked and so on