SPR-908: all z-indices are found in base_structure.less,

SPR-908: Bugfix Direct-nav in Tableview should be above toggle button
This commit is contained in:
Jana Deutschländer 2017-05-10 15:43:01 +02:00
commit 3389cd60ad
9 changed files with 56 additions and 17 deletions

View file

@ -12,7 +12,6 @@
.justify-content(flex-end);
position: relative;
z-index: 1; // put meta-box above positioned content-elements such as aggregations, edit-buttons
float: right;
max-width: 40%;
margin-top: -(@page_padding-top); // reverse padding-top of .page container
@ -158,7 +157,6 @@
}
&.active {
z-index: 1; // put the active tab above the meta-content in .tab-pane.active
> a {
cursor: default;
@ -306,7 +304,7 @@
ul.mmissuelist {
padding-left: 0;
margin-top: 1rem;
li {
&.noissue {
list-style-type: none;