~xdavidwu/xdavidwu.link

f835a12f894c0f0d2c5e2f2c5f3657c5f17fe5a8 — xdavidwu 4 years ago 2100b0f
sass: follow button: hover style
1 files changed, 3 insertions(+), 0 deletions(-)

M _sass/minimal-mistakes/_noscript.scss
M _sass/minimal-mistakes/_noscript.scss => _sass/minimal-mistakes/_noscript.scss +3 -0
@@ 18,4 18,7 @@
  &:checked + label {
    background-color: $primary-color-disabled;
  }
  &:hover + label {
    background-color: $primary-color-raised;
  }
}