1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-25 02:36:28 +02:00

Fix hover/focus status on hambuger icon

This commit is contained in:
vrde 2015-09-21 14:58:07 +02:00
parent 9444cfb1bf
commit d0c46d4ca2

View File

@ -74,6 +74,10 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
position: relative;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
background-color: rgba(255, 255, 255, 0.1);
}
}