From 0c226d29d3e4d479c1f921315ddb978e22c7f656 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Tue, 21 Aug 2018 12:00:18 -0400 Subject: [PATCH] Don't change inline download button on hover (tutorial & projects) (#1109) --- docs/tutorials/getting-started.md | 2 +- theme/style.less | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 38241f67..0b5f577b 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -58,7 +58,7 @@ input.onGesture(Gesture.Shake, () => { ## Step 6 -If you have a @boardname@, connect a USB cable it and click ``|Download|``. Save the program to the **@drivename@** drive. This transfers your code to the @boardname@! +If you have a @boardname@, connect a USB cable to it and click ``|Download|``. Save the program to the **@drivename@** drive. This transfers your code to the @boardname@! ## Step 7 diff --git a/theme/style.less b/theme/style.less index 5a5b464c..e458a8d6 100644 --- a/theme/style.less +++ b/theme/style.less @@ -27,7 +27,11 @@ .ui.button.download-button:hover { background-color: #00ED00; - color: black !important; + color: black; +} + +.docs.inlinebutton.ui.button.download-button:hover { + &:extend(.ui.purple.button all); } .ui.button.play-button.play-button-full {