mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 14:37:20 +00:00
Fix and restyle menu on code line (#15913)
* Fix and restyle menu on code line * fix multiline and more tweaks * move to separate files * remove has-context-menu class Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@ -3139,10 +3139,3 @@ td.blob-excerpt {
|
||||
transform: scale(105%);
|
||||
box-shadow: 0 .5rem 1rem var(--color-shadow) !important;
|
||||
}
|
||||
|
||||
.code-line-marker {
|
||||
width: 13px;
|
||||
height: 20px;
|
||||
background-color: rgb(34 36 38 / 15%);
|
||||
position: absolute;
|
||||
}
|
||||
|
Reference in New Issue
Block a user