pixel fun with dropup position indicator
This commit is contained in:
parent
9370b4b7be
commit
e8af1e0109
|
@ -131,14 +131,14 @@
|
||||||
content: ""
|
content: ""
|
||||||
position: absolute
|
position: absolute
|
||||||
display: block
|
display: block
|
||||||
width: .6em
|
width: 10px
|
||||||
height: .6em
|
height: 10px
|
||||||
left: 46%
|
left: 46%
|
||||||
transform: rotate(45deg)
|
transform: rotate(45deg)
|
||||||
&:before
|
&:before
|
||||||
bottom: -0.3em
|
bottom: -6px
|
||||||
&:after
|
&:after
|
||||||
bottom: -0.2em;
|
bottom: -4px;
|
||||||
background-color: $white
|
background-color: $white
|
||||||
.dropup-trigger:hover ~ &,
|
.dropup-trigger:hover ~ &,
|
||||||
.dropup-trigger:hover &,
|
.dropup-trigger:hover &,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user