mirror of
https://github.com/groupe1cir1n/groupe1cir1n.github.io.git
synced 2026-01-18 16:37:32 +01:00
Add the support of the tactile in the navbar
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navbar a:hover, .dropdown:hover .dropbtn {
|
||||
.navbar a:hover, .dropdown:hover .dropbtn, .navbar a:active, .dropdown:active .dropbtn {
|
||||
background-color: #3E485C;
|
||||
}
|
||||
|
||||
@@ -91,12 +91,13 @@
|
||||
|
||||
}
|
||||
|
||||
.dropdown-content a:hover {
|
||||
.dropdown-content a:hover, .dropdown-content a:active {
|
||||
background-color: #3E485C;
|
||||
width: 85%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user