Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravgiYash committed Mar 18, 2021
1 parent a079553 commit 8517d68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions static/css/components/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,25 +125,20 @@ div#version-details {
}

.dropbtn {
background-color:@grey;
background-color: @grey;
color: @white;
padding: 6px 16px;
font-size: 16px;
border-radius: 4px;
}

#footer-locale-menu {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: @modal-background-color;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
z-index: @z-index-level-1;
}

.dropdown-content a {
Expand All @@ -157,6 +152,11 @@ div#version-details {
background-color: @modal-header-background-color;
}

#footer-locale-menu {
position: relative;
display: inline-block;
}

#footer-locale-menu:hover .dropdown-content {
display: block;
margin: 0;
Expand Down

0 comments on commit 8517d68

Please sign in to comment.