Convert classes to use data attributes
- Remote resolved classes on post flags since they were unused
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
div#c-dmails {
|
||||
tr.read-false {
|
||||
tr[data-is-read="false"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
|
||||
.feedback-category-positive {
|
||||
[data-category="positive"] {
|
||||
background: var(--success-background-color);
|
||||
}
|
||||
|
||||
.feedback-category-negative {
|
||||
[data-category="negative"] {
|
||||
background: var(--error-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user