diff --git a/src/assets/css/button.styl b/src/assets/css/button.styl index 99f23fb..5b68161 100644 --- a/src/assets/css/button.styl +++ b/src/assets/css/button.styl @@ -152,8 +152,8 @@ bottom: offset; } - body[data-input-mode=Touch] &, - body[data-input-mode=Mouse] & { + html[data-active-input=touch] &, + html[data-active-input=mouse] & { &:focus::after { border-color: transparent !important; }