Show default cursor on hover (#1036)

Show default cursor on hover
This commit is contained in:
Johan Uribe
2019-06-10 12:54:50 -04:00
committed by Jeffrey Warren
parent c653ce65b9
commit 52ef31cdab

View File

@@ -271,4 +271,8 @@ a.name-header{
margin-bottom:0px; margin-bottom:0px;
align:center; align:center;
width:100%; width:100%;
} }
.toggle {
cursor: default;
}