Skip to content

Commit e6d28e6

Browse files
author
Hassan Radwan
committed
Appearance tweaks to the DC bug "button"
1 parent ae3e547 commit e6d28e6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

codepulse/src/main/resources/toserve/pages/projects/PackageWidget.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,14 @@
188188
float: right;
189189
line-height: 22px;
190190
margin: 0 4px;
191-
color: lightcoral;
191+
color: coral;
192192
cursor: pointer;
193+
padding: 0 2px;
194+
}
195+
196+
.widget-label .vuln-badge:hover {
197+
background: coral;
198+
color: black;
193199
}
194200

195201
.widget-label .vuln-badge.bubbled {

0 commit comments

Comments
 (0)