mirror of https://github.com/vector-im/riot-web
abfc66a34e
* Specify the button style explicitly removing the dependency on the mixin The reset mixin can cause style inconsistencies by disrupting cascading arbitrarily, increasing the number of specified declarations more than needed. Though it might be useful for development, it is not necessary to use it, makes it difficult to grasp the style structure, and can be removed to optimize the structure. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove element='button' from AccessibleButton Since AccessibleButton has role='button' by default, setting the element button property is redundant. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Protect mx_ShareType_option from being regressed structurally Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * yarn run lint:style --fix Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Wrap buttons with declarations for spacing box-sizing is not required for the buttons or the wrapper. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * yarn run lint:style --fix Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * fix eslint errors Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Fix LocationShareMenu-test.tsx AccessibleButton is div by default Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Reflect the review Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Revert "Remove element='button' from AccessibleButton" This reverts commit af78d2713f6b4fca9405498e0090db1e6218ff1b. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Revert "Fix LocationShareMenu-test.tsx" This reverts commit 7d783a733ec84af6453b2359b2d00443fcece2ef. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> |
||
---|---|---|
.. | ||
_EnableLiveShare.scss | ||
_LiveDurationDropdown.scss | ||
_LocationShareMenu.scss | ||
_MapError.scss | ||
_MapFallback.scss | ||
_Marker.scss | ||
_ShareDialogButtons.scss | ||
_ShareType.scss | ||
_ZoomButtons.scss |