Anders Kaseorg
c593a62b50
styles: Enable stylelint function-url-quotes rule.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-04 16:34:19 -07:00
Anders Kaseorg
c6ed5c81de
styles: Format CSS with Prettier.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-04 16:34:19 -07:00
Gittenburg
ccaab2d471
docs: Restore link focus outline in sidebar.
...
Not having a focus outline is very bad for accessibilty.
Browsers have it by default but we completely disabled it for links in
the sidebar in 9955580251
.
Showing the outline when selecting a page in the sidebar can be
distracting, so we hide the outline for the highlighted sidebar link.
Since every focusable element however should have a focus outline, we
make the highlighted link unfocusable by setting tabindex=-1 (which also
makes sense since the link to the current page doesn't do anything
anyway).
Part of #15948 .
2020-07-29 11:40:39 -07:00
Priyansh Garg
c752f955de
registration: Improve registration form.
...
Improved markup of help-text.
Showing Email as plain-text instead of disabled input.
Changed page heading to 'Create your organization' in realm creation form
and 'Create your account' in normal signup form.
Grouped org settings and user settings with fieldsets.
Reduced space between Password field and Password strength bar.
Also, updated the corresponding test cases.
Partially Fixes : #15750 .
2020-07-28 17:07:25 -07:00
Anders Kaseorg
c2f9db4602
logo: Update Zulip logo.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-16 01:37:08 -07:00
orientor
5629dcc8a6
openapi_docs: Display deprecated parameters with a `deprecated` tag.
...
In zulip.yaml, add `deprecated` tags to all parameters/keys with
`Deprecated` in the description. Then add tests to ensure that deprecated
parameters/keys will always have the `deprecated` key. Also, in
the API docs, sort the parameters according to presence of `deprecated`
key, presenting the `deprecated` keys at the end and add a `deprecated`
tag next to them.
2020-06-26 16:05:41 -07:00
Siddharth Varshney
2666c1a605
css: Use SCSS nesting for `.help` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
caa3b21089
css: Reorder `.help .markdown` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
af505bc647
css: Use SCSS nesting for `.help .sidebar` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
0fa1e5b5f6
css: Use SCSS nesting for `.help .sidebar a` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
c70e53952c
css: Use SCSS nesting for `.help .sidebar li` for portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
7040cc6a8a
css: Merge `.help .sidebar.slide ul` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
5039b9ede4
css: Use SCSS nesting for `.help .sidebar.slide h2`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
e609561ed4
css: Use SCSS nesting for `.help .sidebar h1`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
42956cde19
css: Use SCSS nesting for `.help .sidebar h1.home-link`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
74244a6d5b
css: Use SCSS nesting for `.error_page .errorbox`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
34a9147911
css: Use SCSS nesting for `center-block`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
5f9d54a028
css: Use SCSS nesting for `.central-block .control-group`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
c6d52afcff
css: Use SCSS nesting for `.input-group` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
b1a6f6598b
css: Use SCSS nesting for `.input-group.grid` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
4273577457
css: Use SCSS nesting for `.input-group label` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
67c41c88be
css: Remove duplicate styles for `.input-group label`.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
b8c04c7f5e
css: Reorder `.input-group` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
e8d7a590ce
css: Use SCSS nesting for `.password-reset` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
10fbdab26c
css: Merge `.password-reset` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
af2f9dcf6b
css: Use SCSS nesting for `.password-reset .input-group` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
3d39a9d74e
css: Reorder `.password-reset` related styles.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
f935afeaa6
css: Use SCSS nesting for `.top-links` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
cc4a4a7846
css: Use SCSS nesting for `.top-links a` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
6719835a89
css: Use SCSS nesting for `.footer-navigation` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
68b94bb434
css: Use SCSS nesting for `.main-headline-text` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
f6e70cefdf
css: Use SCSS nesting for `.login-form` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
48873669e8
css: Use SCSS nesting for `.login-form, .register-form` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
cdbdffe92d
css: Reorder `.login-form` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
51f5475ac8
css: Use SCSS nesting for `.login-page` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
22950a9287
css: Use SCSS nesting for `.history .sponsors` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
3f6ce5ffb1
css: Use SCSS nesting for `.contributors` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
9e4e608460
css: Use SCSS nesting for `.contributors .person` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
b524b09a37
css: Use SCSS nesting for `.team` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
a5b5294c82
css: Use SCSS nesting for `.team input` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
78d8006de5
css: Use SCSS nesting for `.team label` in protico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
f787b9054c
css: Use SCSS nesting for `.team .bdfl` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
bfa18da1bf
css: Use SCSS nesting for `team .bdfl .profile-picture` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
17197f7537
css: Use SCSS nesting for `.team .profile` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
0bc4760e21
css: Use SCSS nesting for `.portico-header` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
d1da18cd28
css: Use SCSS nesting for `.portico-header .dropdown` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
4bbb468a36
css: Use SCSS nesting for `portico-header .dropdown-pill` in porticos.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
0ccb3a3d02
css: Use SCSS nesting for `.portico-header .dropdown ul` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
6f1def6a29
css: Use SCSS nesting for `.portico-header .dropdown ul li` in portico.scss.
2020-05-28 17:50:12 -07:00
Siddharth Varshney
f04bfbed89
css: Use SCSS nesting for `.header-main` in portico.scss.
2020-05-28 17:50:12 -07:00