updated, removed class, and added specificity instead

This commit is contained in:
asaki222 2024-10-18 12:57:16 -04:00
parent e151c666fd
commit fc3cb51a3b
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
3 changed files with 4 additions and 5 deletions

View file

@ -899,9 +899,8 @@ ul.add-list-reset {
font-size: .8125rem;
}
.domain-request-table {
td,
th {
.change-form .usa-table {
td {
color: inherit !important;
background-color: transparent !important;
}

View file

@ -2,7 +2,7 @@
{% load static url_helpers %}
{% block detail_content %}
<table class="usa-table domain-request-table">
<table class="usa-table">
<thead>
<tr>
<th data-sortable scope="col" role="columnheader">Name</th>

View file

@ -2,7 +2,7 @@
{% load static url_helpers %}
{% block detail_content %}
<table class="usa-table domain-request-table">
<table class="usa-table">
<thead>
<tr>
<th data-sortable scope="col" role="columnheader">Name</th>