Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Dragger tracker background #25

Open
DevoidCoding opened this issue Sep 1, 2017 · 2 comments
Open

Dragger tracker background #25

DevoidCoding opened this issue Sep 1, 2017 · 2 comments

Comments

@DevoidCoding
Copy link

First of all, thank you for that amazing directive, it's awesome and marry well with my design !

I'm here to ask if it's possible to improve the actual behavior, and put a background behind de dragger, something like this : http://i.imgur.com/1FwzGi4.png

@DominikSerafin
Copy link
Owner

DominikSerafin commented Sep 2, 2017

Hey @DevoidCoding it will be introduced in the version 2.0 of Vuebar (https://github.com/DominikSerafin/vuebar/projects/1).

For now, as a workaround, you can use pseudo elements ::before/::after on Vuebar el1 to add that background.

@lethak
Copy link

lethak commented Nov 4, 2017

@DevoidCoding I've done it with

.vb.vb-visible::after {
    background-color: rgba(0, 0 , 0, .15);
    position: absolute;
    top:0;
    right:0;
    width: 7px;
    height: 100%;
    content: "";
    margin-right: 5px;
  }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants