Add underline on your profile

This commit is contained in:
zandercymatics 2024-05-21 10:29:28 -06:00
parent 244753210b
commit c1d9cb1b13
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 6 deletions

View file

@ -25,9 +25,6 @@
}
}
.usa-tooltip--registrar-logo .usa-tooltip__body {
max-width: 50px !important;
#extended-logo .usa-tooltip__body {
font-weight: 400 !important;
white-space: normal;
text-align: center;
}

View file

@ -155,7 +155,8 @@
{% if has_profile_feature_flag %}
<li class="usa-nav__primary-item">
{% url 'user-profile' as user_profile_url %}
<a class="usa-nav-link {% if request.path == user_profile_url %}usa-current{% endif %}" href="{{ user_profile_url }}">
{% url 'finish-user-profile-setup' pk=request.user.contact.pk as finish_setup_url %}
<a class="usa-nav-link {% if request.path == user_profile_url or request.path == finish_setup_url %}usa-current{% endif %}" href="{{ user_profile_url }}">
<span class="text-primary">Your profile</span>
</a>
</li>

View file

@ -6,7 +6,7 @@
<a href="{% url 'home' %}">.gov Registrar </a>
{% else %}
<button
class="usa-button--unstyled disabled-button usa-tooltip .usa-tooltip--registrar-logo"
class="usa-button--unstyled disabled-button usa-tooltip"
data-position="bottom"
title="Before you can manage your domains, we need you to add contact information."
data-tooltip="true"