Fix the drive button in the homepage and a:hover in dropdown

This commit is contained in:
yflory
2017-02-10 11:21:10 +01:00
parent 8eec7ec7c8
commit 73e9effd32
8 changed files with 61 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
/* The container <div> - needed to position the dropdown content */
.dropdown-bar {
.cp .dropdown-bar {
position: relative;
display: inline-block;
@@ -55,6 +55,7 @@
&:hover {
background-color: #f1f1f1;
color: black !important;
}
}