make dropdown more obviously interactive

pull/2196/head
Richard Harris 7 years ago
parent 4541d58798
commit a6e745a780

@ -24,7 +24,6 @@
font-weight: 300; font-weight: 300;
font-size: var(--h6); font-size: var(--h6);
color: white; color: white;
cursor: pointer;
} }
a { a {
@ -54,6 +53,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
opacity: 0.0001; opacity: 0.0001;
cursor: pointer;
} }
</style> </style>

Loading…
Cancel
Save