improves styles on hover & focus for social share buttons

This commit is contained in:
Alberto Garcia Cabeza
2016-12-07 17:38:20 +01:00
parent 82a06220b5
commit 25e85c5ca2

View File

@@ -1165,7 +1165,7 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #40A2D1;
}
@@ -1205,7 +1205,7 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #354F88;
}
@@ -1245,7 +1245,7 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #CE3E26;
}
@@ -1289,7 +1289,8 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #40A2D1;
}
}
@@ -1312,7 +1313,8 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #354F88;
}
}
@@ -1335,7 +1337,8 @@ table {
top: 0;
}
&:hover {
&:hover, &:focus {
background: white;
color: #CE3E26;
}
}