mirror of https://github.com/Squidex/squidex.git
9 changed files with 23 additions and 74 deletions
@ -1,24 +1,2 @@ |
|||||
@import '_vars'; |
@import '_vars'; |
||||
@import '_mixins'; |
@import '_mixins'; |
||||
|
|
||||
.reference-edit { |
|
||||
& { |
|
||||
position: relative; |
|
||||
} |
|
||||
|
|
||||
&:hover { |
|
||||
.reference-menu { |
|
||||
display: block; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.reference-menu { |
|
||||
@include absolute(0, -.25rem, auto, auto); |
|
||||
display: none; |
|
||||
padding-left: 2rem; |
|
||||
min-height: 2.4rem; |
|
||||
max-height: 2.4rem; |
|
||||
white-space: nowrap; |
|
||||
background: $color-table-background; |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue