Add hover on Newsletter module links
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
// States
|
||||
&.is-focused {
|
||||
&.is-focused, &:hover {
|
||||
box-shadow: inset 0 0 0 4px $color-secondary;
|
||||
}
|
||||
}
|
||||
@@ -78,6 +78,9 @@
|
||||
text-decoration: none;
|
||||
color: $color-text;
|
||||
|
||||
&, span {
|
||||
transition: color 0.2s, border-color 0.2s;
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
padding-bottom: 2px;
|
||||
|
||||
Reference in New Issue
Block a user