Don't change inline download button on hover (tutorial & projects) (#1109)

This commit is contained in:
Guillaume Jenkins 2018-08-21 12:00:18 -04:00 committed by GitHub
parent f4aa25e2bd
commit 0c226d29d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 {