vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

SCSS maps for z-index

Open m0ksem opened this issue 3 years ago • 3 comments

We have a lot of z-index properties set. It would be nice to have some scss map and set all properties from there.

or it can be CSS variables like we have with border-radius: https://github.com/epicmaxco/vuestic-ui/pull/1134

For example:

--va-z-index-icons: 1
--va-z-index-dropdown: 10
--va-z-index-modals: 100

m0ksem avatar Sep 25 '21 09:09 m0ksem

Some unified declaration would definitely help.

asvae avatar Sep 25 '21 11:09 asvae

1,2,3,4,5 - 20000 - 20010 - 20020

5 - modal 4 - dropdown

--z-index-1 --z-index-2

--z-index-modal: var(--z-index-1)

asvae avatar Oct 28 '21 09:10 asvae

Needs affirmation and champion, otherwise looks ready for implementation.

asvae avatar Jul 18 '22 23:07 asvae