Simon Legner
cf0f7da5b2
Revert "Update dependency sprockets to 4.2.1"
...
This reverts commit 1b58ff1ac0
.
1 year ago
Simon Legner
1b58ff1ac0
Update dependency sprockets to 4.2.1
1 year ago
Simon Legner
0bb3f3779f
bazel: CSS styling for article > h1
1 year ago
Simon Legner
2ae4c9085b
Update CSS documentation
1 year ago
Simon Legner
e39bb276ab
Update Trio documentation (0.22.2)
2 years ago
Simon Legner
eac7f96cdb
/about: Obtain credits from docs metadata
2 years ago
Stelio Kontos
965b38f57a
fix: clip hover state breaking column layout
...
fixes #1739
3 years ago
Bryan Hernández
93a42ccbcd
Merge pull request #1524 from MasterEnoc/bug-btn
...
Add 'report a bug' button
3 years ago
Simon Legner
d2495fbc2e
Settings: justified layout and hyphenation
3 years ago
Enoc
7fdfd51bdb
Add 'report a bug' button
4 years ago
Jed Fox
55332ca7e9
Highlight table rows that are :target
5 years ago
Jed Fox
e8b1359665
Switch to radio buttons for theme picker, only allow auto setting where supported
5 years ago
Jasper van Merle
fef9589fae
Simplify service worker and don't show analytics setting/notification in development
6 years ago
Jasper van Merle
5438143cf8
Fix merge conflicts
6 years ago
Jasper van Merle
22d78b5e71
Remove scope by clicking on it or by backspacing into it ( #942 )
...
Remove scope by clicking on it or by backspacing into it
6 years ago
Jasper van Merle
66a0b82e3c
Ask for consent before enabling Google Analytics and Gauges
6 years ago
Thibaut Courouble
b6358992d5
Copy changes to reflect that DevDocs is now operated by freeCodeCamp
6 years ago
Jasper van Merle
4d4a8f9200
Change cursor on search tag
6 years ago
Patrick Esson
f562c2face
Removed background from GitHub button
6 years ago
Thibaut Courouble
6d5a278941
Make sure the "browser unsupported" message is styled properly
6 years ago
Thibaut Courouble
01bc31859b
Fix up switch to CSS variables
6 years ago
Jed Fox
a30fcf9d9a
Switch from SASS variables to CSS variables
...
* Switch from SASS variables to CSS variables for most styling
These are the simple cases, and the more complex ones will be covered by future commits. I’ve also replaced $fooZ ± 1 with the appropriate variable to avoid a runtime `calc()`.
* Eliminate the `$style` variable 🔥
I’ve added a `--absolute` variable that’s `white` in dark mode and `black` in regular mode.
* Remove `$inputFocusBorder` 🔥
* Switch the Prism styles to CSS variables
* Convert `$mediumScreen` to a mixin
* 🔥 `$selectionText`
* Eliminate the final uses of SCSS variables
I’ve dropped the 95% opacity on the background of the method source code overlay in RDoc since the difference isn’t noticeable but it makes implementation a lot easier.
* Misc fixes
* Extract the common variables from the two themes to a new file
* Remove illegal usages of CSS variables in SCSS functions
This flattens out the buttons on the settings page which makes the styles simpler (and more modern-looking IMO) and removes the box-shadow on the button, which was completely invisible to me.
* Fix usages of SCSS functions in CSS variables
* Use `html._theme-*` selectors
* Eliminate `application-dark.css`; switch themes by toggling classes
This also means that the Application Cache doesn’t have to get updated when toggling themes, and a new CSS file that’s nearly the same doesn’t need to be downloaded.
6 years ago
Thibaut Courouble
8eb8a9e46d
Finish JSDoc scraper
7 years ago
Thibaut Courouble
356a4f9de9
Mobile UI fixes
7 years ago
Thibaut Courouble
cbfc73951b
Improve Help page
...
Closes #676 .
7 years ago
Thibaut Courouble
0fb449fcb9
Improve fixed-width layout
7 years ago
Thibaut Courouble
44e6316100
Add ability export/import preferences
...
Closes #671 .
7 years ago
Thibaut Courouble
a16059a834
Improve button style
7 years ago
Thibaut Courouble
7428645dc1
Improve app loading sequence
7 years ago
Thibaut Courouble
48f5fb1fb9
Change 'reset' link on preferences page to a button
7 years ago
Thibaut Courouble
64f04305d3
Replace all remaining PNG UI icons with SVGs
7 years ago
Thibaut Courouble
a4a8d6bc70
Fix alignment of disabled doc versions
7 years ago
Thibaut Courouble
a4ba32ebca
Finish Nim scraper
7 years ago
Thibaut Courouble
af5e753173
Fix alignment of "Disabled" title in the sidebar
8 years ago
Thibaut Courouble
26038638e4
Remove unused style
8 years ago
Thibaut Courouble
6587b7d878
Show/hide the sidebar on hover
...
Closes #657 .
8 years ago
Thibaut Courouble
ab875eec39
Simplify lined-heading CSS
8 years ago
Thibaut Courouble
01afa80686
Improve doc picker UI
...
Rel: #189
8 years ago
Thibaut Courouble
8d2a2fb298
Improve settings UI
...
Rel: #189
8 years ago
Thibaut Courouble
6de748ebc2
Add 'Customize' link next to 'Disabled' list title
...
Rel: #189
8 years ago
Thibaut Courouble
d852bde5f3
Improve "update ready" notification
8 years ago
Thibaut Courouble
2e1af2f8a0
Fix webkit scrollbar styling in notifications
8 years ago
Thibaut Courouble
bda3290cc6
Use an SVG icon for "dir" and "path" icons
8 years ago
Thibaut Courouble
9e6979b6d2
Fix settings save button out of position when using fixed-width layout
8 years ago
Thibaut Courouble
170445c95f
Add setting to force native scrollbars on webkit/blink
...
Closes #601 .
8 years ago
Thibaut Courouble
c06d1c4d2d
Move the app layout class to the <body> element
8 years ago
Thibaut Courouble
61dbe7be41
Improve content scrollbar on webkit
8 years ago
Thibaut Courouble
7b20d6d02e
Don't open menu on hover
...
Closes #603 .
8 years ago
Thibaut Courouble
a8073b3a12
Fix and improve doc picker tab navigation
...
Rel #609 .
8 years ago
Thibaut Courouble
28587710e6
Improve table horizontal scrolling on mobile
8 years ago