mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Replace validator tooltip with reference function, add tag diff
This commit is contained in:
+25
-1
@@ -3360,12 +3360,36 @@ li.issue-fix-item:not(.actionable) .fix-icon {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
padding: 10px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.issue-info.expanded {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.issue-info .issue-reference {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.issue-info .tagDiff-table {
|
||||
min-width: 60%;
|
||||
width: unset;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.issue-info .tagDiff-row {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.issue-info .tagDiff-cell {
|
||||
padding: 2px 5px;
|
||||
font-family: monospace;
|
||||
font-size: 10px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.issue-info .tagDiff-cell-add {
|
||||
background: #dfd;
|
||||
}
|
||||
.issue-info .tagDiff-cell-remove {
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
|
||||
/* Background - Display Options Sliders
|
||||
------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user