mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 07:06:04 +02:00
Highlight actionable fix background on hover
This commit is contained in:
+9
-8
@@ -3033,7 +3033,9 @@ div.full-screen > button:hover {
|
||||
background: #ffb;
|
||||
}
|
||||
.issue.severity-warning:not(.expanded) button:hover,
|
||||
.issue.severity-warning:not(.expanded) button:focus {
|
||||
.issue.severity-warning:not(.expanded) button:focus,
|
||||
.issue.severity-warning .issue-fix-item.actionable button:hover,
|
||||
.issue.severity-warning .issue-fix-item.actionable button:focus {
|
||||
background: #FFFF99;
|
||||
}
|
||||
.issue.severity-warning .issue-icon {
|
||||
@@ -3056,7 +3058,9 @@ div.full-screen > button:hover {
|
||||
background: #FFD5D4;
|
||||
}
|
||||
.issue.severity-error:not(.expanded) button:hover,
|
||||
.issue.severity-error:not(.expanded) button:focus {
|
||||
.issue.severity-error:not(.expanded) button:focus,
|
||||
.issue.severity-error .issue-fix-item.actionable button:hover,
|
||||
.issue.severity-error .issue-fix-item.actionable button:focus {
|
||||
background: #ffc9c7;
|
||||
}
|
||||
.issue.severity-error .issue-icon {
|
||||
@@ -3113,15 +3117,12 @@ div.full-screen > button:hover {
|
||||
cursor: auto;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
ul.issue-fix-list {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
ul.issue-fix-list button {
|
||||
padding: 2px 10px 2px 26px;
|
||||
}
|
||||
.issue-fix-item:first-of-type button {
|
||||
padding-top:4px;
|
||||
}
|
||||
.issue-fix-item:last-of-type button {
|
||||
padding-bottom:7px;
|
||||
}
|
||||
.issue-fix-item:not(.actionable) button {
|
||||
cursor: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user