Skip to content

Commit

Permalink
updated, removed class, and added specificity instead
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 18, 2024
1 parent e151c66 commit fc3cb51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/registrar/assets/sass/_theme/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fc3cb51

Please sign in to comment.