Diff comments:

> diff --git 
> a/frontend/src/components/base/TablePagination/_TablePagination.scss 
> b/frontend/src/components/base/TablePagination/_TablePagination.scss
> index c663d8f..3c96af4 100644
> --- a/frontend/src/components/base/TablePagination/_TablePagination.scss
> +++ b/frontend/src/components/base/TablePagination/_TablePagination.scss
> @@ -34,16 +35,16 @@
>      }
>  
>      // Remove input arrows
> +
>      /* Chrome, Safari, Edge, Opera */
>      input::-webkit-outer-spin-button,
>      input::-webkit-inner-spin-button {
> -      -webkit-appearance: none;

You are correct, but this should be handled by an autoprefixer. It's not 
enabled by default in vite, will add to this MP.

> +      appearance: none;
>        margin: 0;
>      }
>  
>      /* Firefox */
>      input[type="number"] {
> -      -moz-appearance: textfield;
>        appearance: textfield;
>      }
>  


-- 
https://code.launchpad.net/~petermakowski/maas-site-manager/+git/site-manager/+merge/442220
Your team MAAS Committers is subscribed to branch 
~petermakowski/maas-site-manager:enable-stylelint.


-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to     : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp

Reply via email to