mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Basic support for buttons in overview panel.
This commit is contained in:
@@ -218,6 +218,7 @@
|
||||
padding: 2px 5px;
|
||||
border-bottom: solid 1px @rp-border-grey;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
border-left: solid @rp-entry-ribbon-width transparent;
|
||||
@@ -315,6 +316,15 @@
|
||||
.rp-state-overview & {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rp-state-overview .rp-entry:hover & {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
.rp-entry-button {
|
||||
.rp-button();
|
||||
@@ -326,6 +336,13 @@
|
||||
border-bottom-right-radius: 3px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.rp-state-overview & {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 5px;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-comment {
|
||||
|
||||
Reference in New Issue
Block a user