Don't change inline download button on hover (tutorial & projects) (#1109)
This commit is contained in:
parent
f4aa25e2bd
commit
0c226d29d3
@ -58,7 +58,7 @@ input.onGesture(Gesture.Shake, () => {
|
|||||||
|
|
||||||
## Step 6
|
## 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
|
## Step 7
|
||||||
|
|
||||||
|
@ -27,7 +27,11 @@
|
|||||||
|
|
||||||
.ui.button.download-button:hover {
|
.ui.button.download-button:hover {
|
||||||
background-color: #00ED00;
|
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 {
|
.ui.button.play-button.play-button-full {
|
||||||
|
Loading…
Reference in New Issue
Block a user