Skip to content

Commit ce583b8

Browse files
committed
Manual adjustments to autofixes
1 parent d1ee9eb commit ce583b8

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

src/pydata_sphinx_theme/assets/styles/components/_search.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
&::-webkit-search-cancel-button,
3939
&::-webkit-search-decoration {
4040
appearance: none;
41-
appearance: none;
4241
}
4342
}
4443

src/pydata_sphinx_theme/assets/styles/content/_hacks.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ span.linenos,
99
div.doctest > div.highlight span.gp {
1010
/* gp: Generic.Prompt */
1111
user-select: none;
12-
user-select: text; /* Safari fallback only */
13-
user-select: none; /* Chrome/Safari */
14-
user-select: none; /* Firefox */
15-
user-select: none; /* IE10+ */
1612
}

src/pydata_sphinx_theme/assets/styles/extensions/_copybutton.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ div.highlight button.copybtn {
99
align-items: center;
1010
justify-content: center;
1111

12-
// Removes the button background so we more naturally blend with the code cell.
13-
1412
// Don't over-ride the success color
1513
&:not(.success) {
1614
color: var(--pst-color-muted);

src/pydata_sphinx_theme/assets/styles/variables/_fonts.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ html {
3232

3333
// Font family
3434
// These are adapted from https://systemfontstack.com/ */
35-
--pst-font-family-base-system: -apple-system, BlinkMacSystemFont, Segoe UI,
36-
"Helvetica Neue", Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
37-
Segoe UI Symbol;
38-
--pst-font-family-monospace-system: "SFMono-Regular", Menlo, Consolas, Monaco,
39-
Liberation Mono, Lucida Console, monospace;
40-
35+
--pst-font-family-base-system: -apple-system, "BlinkMacSystemFont", "Segoe UI",
36+
"Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
37+
"Segoe UI Symbol";
38+
--pst-font-family-monospace-system: "SFMono-Regular", "Menlo", "Consolas",
39+
"Monaco", "Liberation Mono", "Lucida Console", monospace;
4140
--pst-font-family-base: var(--pst-font-family-base-system);
4241
--pst-font-family-heading: var(--pst-font-family-base-system);
4342
--pst-font-family-monospace: var(--pst-font-family-monospace-system);

0 commit comments

Comments
 (0)