mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
Adjust z-index for floating labels (#3939)
This commit is contained in:
parent
253a2d636b
commit
91b3615219
File diff suppressed because one or more lines are too long
@ -152,6 +152,10 @@ pre, code {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.floating.label {
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
&.menu,
|
&.menu,
|
||||||
&.vertical.menu,
|
&.vertical.menu,
|
||||||
&.segment {
|
&.segment {
|
||||||
@ -167,6 +171,14 @@ pre, code {
|
|||||||
font-size: .92857143rem;
|
font-size: .92857143rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.dropdown .menu>.item>.floating.label {
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.dropdown .menu .menu>.item>.floating.label {
|
||||||
|
z-index: 21;
|
||||||
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
&.red {
|
&.red {
|
||||||
color: #d95c5c !important;
|
color: #d95c5c !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user