Dropdown add new trigger contextMenu
This commit is contained in:
parent
172e4396df
commit
eccaa940bd
3 changed files with 69 additions and 349 deletions
|
@ -16,6 +16,11 @@
|
|||
&-rel{
|
||||
//display: inline-block;
|
||||
position: relative;
|
||||
&-user-select-none{
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-menu{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue