Convert classes to use data attributes

- Remote resolved classes on post flags since they were unused
This commit is contained in:
BrokenEagle
2020-01-04 03:40:50 +00:00
parent 223a6df5d8
commit 4b904dff5a
8 changed files with 11 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
div#c-dmails {
tr.read-false {
tr[data-is-read="false"] {
font-weight: bold;
}
}

View File

@@ -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);
}
}