Skip to content

Commit

Permalink
Fix: Linting violation related to CSS selector specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Apr 22, 2024
1 parent 393599e commit bd46d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ input::-webkit-calendar-picker-indicator {
border-collapse: separate!important;
}

.table-centered td:not(:first-child),
.table-centered th:not(:first-child) {
text-align: center!important;
}

.table-header-divider th {
border-bottom:
var(--bs-border-width)
Expand All @@ -269,6 +264,11 @@ input::-webkit-calendar-picker-indicator {
!important;
}

.table-centered td:not(:first-child),
.table-centered th:not(:first-child) {
text-align: center!important;
}

.text-current {
color: currentcolor!important;
}
Expand Down

0 comments on commit bd46d7f

Please sign in to comment.