RTL corrections
* center the title on full screen modals. Adding the `[dir=“ltr”]` atttribute to the css rule for a child style didn’t work the way I expected. `[dir="ltr"] .full-screen .header-item-title` did not match the fullscreen title element, so the style wasn’t applied. `.full-screen [dir="ltr"] .header-item-title` did match. * fix the filter to reverse the icon and ‘x’ in the filter input * more space after the library back icon * reverse the arrow on camera -retake image and rerecord sound.
Showing
- src/components/button/button.css 8 additions, 1 deletionsrc/components/button/button.css
- src/components/camera-modal/camera-modal.css 4 additions, 0 deletionssrc/components/camera-modal/camera-modal.css
- src/components/camera-modal/camera-modal.jsx 1 addition, 1 deletionsrc/components/camera-modal/camera-modal.jsx
- src/components/filter/filter.css 33 additions, 3 deletionssrc/components/filter/filter.css
- src/components/modal/modal.css 2 additions, 2 deletionssrc/components/modal/modal.css
- src/components/record-modal/playback-step.jsx 1 addition, 1 deletionsrc/components/record-modal/playback-step.jsx
- src/components/record-modal/record-modal.css 4 additions, 0 deletionssrc/components/record-modal/record-modal.css
- src/containers/custom-procedures.jsx 4 additions, 1 deletionsrc/containers/custom-procedures.jsx
Loading
Please register or sign in to comment