mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
CSS changes
This commit is contained in:
parent
6f891d8288
commit
60d1c2f1ed
2 changed files with 9 additions and 1 deletions
|
@ -132,3 +132,11 @@ a.usa-button--unstyled:visited {
|
|||
margin-left: units(2);
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: find another file for this
|
||||
.info-button span.usa-tooltip svg.usa-icon {
|
||||
svg.usa-icon{
|
||||
transform: translateY(2px) !important;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</th>
|
||||
<td data-sort-value="{{ domain.expiration_date|date:"U" }}" data-label="Expires">{{ domain.expiration_date|date }}</td>
|
||||
<td data-label="Status">
|
||||
<span class="usa-tooltip"
|
||||
<span class="usa-tooltip info-button"
|
||||
data-position="top"
|
||||
title="{{domain.get_state_help_text}}"
|
||||
aria-ignore="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue