Skip to content

Commit 35b49f9

Browse files
authored
Merge branch 'master' into master
2 parents c88760b + 2a07084 commit 35b49f9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

dev/sass/styles.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ html, body {
7878
}
7979
}
8080

81+
// TODO: revisit for support in browsers other than Chrome & Safari:
82+
*::-webkit-scrollbar {
83+
width: 0.5em;
84+
height: 0.5em;
85+
}
86+
*::-webkit-scrollbar-track {
87+
background: rgba($mid, 0.25);
88+
}
89+
90+
*::-webkit-scrollbar-thumb {
91+
background-color: $mid;
92+
border-radius: 0.5em;
93+
}
94+
8195
.app .sidebar, .container .header, .tooltip {
8296
-moz-osx-font-smoothing: grayscale;
8397
-webkit-font-smoothing: antialiased;

dev/sass/views/tools.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
color: rgba($doc-black, 0.25);
1414
z-index: 10;
1515
&:hover {
16-
color: $theme-color;
16+
color: $doc-darkest !important;
1717
}
1818
}
1919

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h1>Text</h1>
174174
<textarea>
175175
RegExr was created by gskinner.com, and is proudly hosted by Media Temple.
176176

177-
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & Javascript flavors of RegEx are supported.
177+
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & JavaScript flavors of RegEx are supported.
178178

179179
The side bar includes a Cheatsheet, full Reference, and Help. You can also Save & Share with the Community, and view patterns you create or favorite in My Patterns.
180180

0 commit comments

Comments
 (0)