Clean up z-indexes
There have been some z-indexes that were removed and then reintroduced through strange merges. This is an attempt to remove all z-indexes that are unnecessary and to clearly state the purpose of the remaining z-indexes in a comment to each index. SPR-981
This commit is contained in:
parent
c6a2583846
commit
80aedcc551
15 changed files with 11 additions and 23 deletions
|
@ -191,7 +191,7 @@
|
|||
.search.main-sidebar {
|
||||
p.toggleSearch {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 1; // put search-toggle-button above #dw__search
|
||||
display: block;
|
||||
float: left;
|
||||
width: auto;
|
||||
|
@ -233,7 +233,6 @@
|
|||
.search.main-sidebar {
|
||||
display: block !important;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-left: -1px;
|
||||
margin-right: -1px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue