mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Copied tooptip did only work at mobile view, now on desktop view too
This commit is contained in:
parent
8bf3841e6c
commit
2566286e86
1 changed files with 6 additions and 7 deletions
|
@ -76,6 +76,12 @@ avatar-radius = 50%
|
|||
box-shadow: 0 0 0 2px darken(white, 60%) inset
|
||||
|
||||
// Other card details
|
||||
.copied-tooltip
|
||||
display: none
|
||||
padding: 0px 10px;
|
||||
background-color: #000000df;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
|
||||
.card-details
|
||||
padding: 0
|
||||
|
@ -242,13 +248,6 @@ avatar-radius = 50%
|
|||
.activities
|
||||
padding-top: 10px
|
||||
|
||||
.pop-over
|
||||
.copied-tooltip
|
||||
display: none
|
||||
padding: 0px 10px;
|
||||
background-color: #000000df;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
@media screen and (min-width: 801px)
|
||||
.card-details-maximized
|
||||
padding: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue