css: adapt edit icon to new icon names (#72513)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-04 18:10:05 +02:00
parent 51072f0645
commit db8d4dd99a
1 changed files with 2 additions and 2 deletions

View File

@ -2378,11 +2378,11 @@ div.timetable-widget {
text-indent: -10000px;
overflow: hidden;
width: 12px;
background: white url(/static/css/icons/action-edit.small.#{$string-color}.png) center center no-repeat;
background: white url(/static/css/icons/action-edit.small.png) center center no-repeat;
background-size: 16px;
&:hover {
background-color: #386ede;
background-image: url(/static/css/icons/action-edit.small.white.png);
background-image: url(/static/css/icons/action-edit.hover.png);
}
}
}