PaarthAgarwal
255d5e9b03
removed redundant text-transform instances
...
removed page-specific overrides css from importing
2022-03-22 08:11:41 +10:00
Thibaud Colas
14280ad7ea
Convert all UI code to CSS logical properties ( #8051 )
...
- Rewrite all styles to use logical properties
- Update Stylelint configuration to include logical properties checks
2022-03-15 13:21:06 +00:00
PaarthAgarwal
4b07e4214a
Remove most uppercased text styles from admin UI. Fix #7624 ( #8111 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-15 12:07:07 +00:00
Steve Stein
5996c5dd29
Switch icons implementation to SVG, with checkbox improvements ( #8054 )
2022-03-07 17:06:19 +00:00
LB Johnston
5c01ecfa94
remove Hallo styles
2022-03-02 20:15:33 +10:00
Thibaud Colas
9ecc105178
Remove legacy browser styles
2022-02-15 16:31:57 +00:00
Thibaud Colas
af942a27e4
Reformat codebase with Prettier ( #7912 )
...
- Automated reformatting
- Manually change code where Prettier reformatting causes issues
- Revert "Disable Prettier formatting in CI for now"
2022-02-04 11:57:55 +00:00
Thibaud Colas
ee15eec511
Switch all Node tooling from Gulp to Webpack, with needed code changes
...
- Remove gulp code and docs
- Add base CSS & SCSS processing in Webpack
- Make sure Sass files use paths that can be resolved by Webpack
- Use faster source map generation
- Clean up build scripts
- Make sure Storybook can process Sass
- Switch away from web fonts (more work needed)
2022-02-01 07:36:17 +10:00
Thibaud Colas
23bc6b2670
Upgrade to latest Sass and stylelint configuration, with needed refactorings
...
- Tweak stylesheets for compatibility with latest stylelint configuration
- Move stylelint config to JS for ease of copying rules with main config
- Enforce scss/no-global-function-names by refactoring code with sass-migrator
- Run Sass code through sass-migrator
- Change stylelint configuration and code to enforce font-family-no-missing-generic-family-keyword
- Manually switch to math.div where migrator used * 0.5
2022-02-01 07:36:17 +10:00
Jason Attwood
a0e55cedee
Fix comment buttons not displaying correctly in high contrast mode
...
- fixes #7459
2022-01-15 23:41:42 +10:00
Shariq Jamil
28d9ded998
Add border to help/warning blocks for high contrast mode
...
- ensures the content has visible separation in windows high contrast mode
- fixes #7447
2022-01-15 23:37:05 +10:00
Wicked
88c7d46282
Improve the visibility of field error messages, in Windows high-contrast mode and out ( #7663 ) Fix #7241
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-13 06:46:35 +00:00
Seb
a9f13d2dfb
Apply list styles for MultipleChoceFields
2021-08-24 08:34:40 +10:00
Jacob Topp-Mugglestone
c652e67c5e
Feature/commenting streamfield hover fix ( #7131 )
...
* Fix streamfield comment buttons not showing on hover
* Fix hover colour change only happening for some comment buttons
2021-04-28 16:21:16 +01:00
Simon Evans
678e117081
Feature/commenting responsive layout ( #7091 )
...
* Improve commenting layout
* Improve mobile layout
* Position comments absolutely on mobile
* Remove mobile state toggle
2021-04-26 11:53:04 +01:00
Simon Evans
6c065fad8b
Make comment buttons focusable
2021-04-21 14:51:31 +01:00
Simon Evans
471856a52c
Feature/commenting add icons ( #7046 )
...
* Update commenting icons
* Add draftail commenting icon
* Fix draftail icon hover state and update snapshot
2021-04-20 18:25:30 +01:00
Simon Evans
485a248af8
Correctly show comment icons on hover
2021-04-20 18:25:30 +01:00
Simon Evans
1ac9a56279
Improve commenting layout
2021-04-20 18:25:30 +01:00
Scott Cranfill
42ddd8ad55
Apply chevron padding fix to all applicable `select` elements ( #6980 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-04-16 21:02:36 +01:00
Helen C
5682aea460
Add the option to set images as decorative
...
If an image is decorative, the alt text will be set to be empty. If an image is not decorative, then alt text must be supplied for screen readers.
2021-01-29 10:24:14 +00:00
Michael Brown
cadb5456c0
Apply scss styling to collection_choice_field ( #6683 )
2021-01-18 17:06:29 +00:00
Andreas Bernacca
f9c5bab9cb
Add chevron to dropdowns that are missing them, and make "Site" label translateable ( #6242 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-21 20:13:25 +01:00
Dan Braghis
bce1e440bd
Add spacing to daterange filter inputs ( #6182 )
2020-06-27 10:20:20 +01:00
Thibaud Colas
7eeb44ad04
Replace gulp-sass with gulp-dart-sass
...
* Rewrite Sass code that relies on deprecated or removed features in Dart Sass
* Remove unneeded rebuild of node-sass
* Update lockfile
2020-05-17 21:00:20 +10:00
Thibaud Colas
8cd384ec1f
Switch legacy icon implementations to use variables instead of hard-coded characters
2019-06-06 18:00:57 +01:00
Thibaud Colas
f4e2891857
Remove all existing outline overrides in admin UI
2019-05-28 11:53:26 +01:00
nmorduch
2668c05146
Rearrange SCSS structure according to ITCSS
2019-04-11 11:08:47 +02:00