Skip to content

Commit c646d23

Browse files
authored
Merge branch 'develop' into pr05/docs_update
2 parents 583c070 + 4780e37 commit c646d23

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

client/styles/components/_console.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
& path {
5858
fill: getThemifyVariable('secondary-text-color');
5959
}
60+
&:hover {
61+
& g,
62+
& polygon,
63+
& path {
64+
fill: getThemifyVariable('logo-color');
65+
}
66+
}
6067
}
6168
.preview-console--collapsed & {
6269
display: none;
@@ -72,6 +79,13 @@
7279
& path {
7380
fill: getThemifyVariable('secondary-text-color');
7481
}
82+
&:hover {
83+
& g,
84+
& polygon,
85+
& path {
86+
fill: getThemifyVariable('logo-color');
87+
}
88+
}
7589
}
7690
display: none;
7791
.preview-console--collapsed & {

contributor_docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributor Documentatation
1+
# Contributor Documentation
22
This folder contains guides for contributing to the p5.js Web Editor. You don't need to know everything to get started—explore at your own pace! To begin, we highly recommend starting with the [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md)!
33

44
These guides aren't exhaustive, and do not cover all the possible ways you can contribute to a project. If you have an idea for how you'd like to help and don't see a guide for it here, you're welcome to add it to the "Documents to Create" list below by opening an issue!

contributor_docs/s3_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# S3 Bucket Configuration
2-
1. [Create an S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html), with any name
2+
1. [Create an S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html), with any name.
33
2. Navigate to the S3 bucket permissions and add the following CORS policy. This is for development only, as it allows CORS from any origin.
44
```
55
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)