Browse Source

fix cursor on default social icon

pull/53/head
Ginger Wong 5 years ago
parent
commit
c76aec8c88
  1. 5
      webroot/styles/layout.css

5
webroot/styles/layout.css

@ -206,11 +206,6 @@ h2 { @@ -206,11 +206,6 @@ h2 {
transform: scale(.65);
}
.user-social-item.use-default:hover {
text-decoration: none;
cursor: text;
}
.user-social-item.use-default .platform-label {
font-size: .7em;
text-transform: uppercase;

Loading…
Cancel
Save