Skip to content

Commit

Permalink
Update: change css selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham07kb committed Jun 27, 2024
1 parent ca81fe0 commit 33e0361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ p {
margin-bottom: 0;
}

p.forgetmenot .tooltip {
.login form .forgetmenot .tooltip {
position: relative;
display: inline-block;
cursor: help;
}

p.forgetmenot .tooltip .tooltiptext {
.login form .forgetmenot .tooltip .tooltiptext {
visibility: hidden;
width: 160px;
background-color: #333;
Expand All @@ -219,7 +219,7 @@ p.forgetmenot .tooltip .tooltiptext {
transition: opacity 0.3s;
}

p.forgetmenot .tooltip:hover .tooltiptext {
.login form .forgetmenot .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
Expand Down

0 comments on commit 33e0361

Please sign in to comment.