mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add grayscale hover styling to entity issues
This commit is contained in:
+13
-6
@@ -2364,7 +2364,8 @@ input.key-trap {
|
||||
.inspector-hover button,
|
||||
.inspector-hover input,
|
||||
.inspector-hover textarea,
|
||||
.inspector-hover label {
|
||||
.inspector-hover label,
|
||||
.inspector-hover .entity-issues .issue button {
|
||||
background: #ececec;
|
||||
}
|
||||
.inspector-hover .preset-list-button,
|
||||
@@ -2372,6 +2373,14 @@ input.key-trap {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
||||
.inspector-hover .entity-issues .issue,
|
||||
.inspector-hover .entity-issues .issue li {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.inspector-hover .entity-issues .issue .icon {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.inspector-hover a,
|
||||
.inspector-hover .form-field-input-multicombo .chips,
|
||||
.inspector-hover .form-field-input-check span {
|
||||
@@ -2398,7 +2407,8 @@ input.key-trap {
|
||||
.inspector-hover .form-field-input-radio label,
|
||||
.inspector-hover .form-field-input-radio label span,
|
||||
.inspector-hover .form-field-input-radio label.remove .icon,
|
||||
.inspector-hover .inspector-inner .add-row {
|
||||
.inspector-hover .inspector-inner .add-row,
|
||||
.inspector-hover .entity-issues .issue ul.fixes {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -2990,12 +3000,9 @@ div.full-screen > button:hover {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
.entity-issues .issue ul.fixes {
|
||||
.entity-issues .issue:not(.fixes-open) ul.fixes {
|
||||
display: none;
|
||||
}
|
||||
.entity-issues .issue.fixes-open ul.fixes {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Background - Display Options Sliders
|
||||
------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user