mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
updated, removed class, and added specificity instead
This commit is contained in:
parent
e151c666fd
commit
fc3cb51a3b
3 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue