mirror of https://github.com/docker/docs.git
Nav sidebar links hover cursor fix
This commit is contained in:
parent
08d6b0f06b
commit
e0afc86189
|
|
@ -94,6 +94,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Some links don't have 'href' attr, hence no mouse pointer
|
||||
.nav-sidebar li a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nav-sidebar>li>a {
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue