mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Fix logo tooltip when profile and org user
This commit is contained in:
parent
ee95a1aac1
commit
bdeb0064cc
1 changed files with 8 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.usa-logo button.usa-button--unstyled.disabled-button:hover{
|
||||
.usa-logo button:hover{
|
||||
color: #{$dhs-dark-gray-85};
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,9 @@
|
|||
border-top: solid 1px color('base');
|
||||
border-bottom: solid 1px color('base-light');
|
||||
|
||||
.usa-logo__text a {
|
||||
.usa-logo__text a,
|
||||
.usa-logo__text button,
|
||||
.usa-logo__text button:hover {
|
||||
color: color('white');
|
||||
}
|
||||
.usa-nav {
|
||||
|
@ -111,5 +113,9 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
> .usa-navbar {
|
||||
// This is a dangerous override to USWDS, necessary because we have a tooltip on the logo
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue