Skip to content

Commit

Permalink
FIX: Code Scanning: CSS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 4, 2023
1 parent a7d5d8d commit cbaac95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ td::-webkit-scrollbar-thumb {
font-weight: 700;
}

.sidebar > .sidebar-summary > ul li.active a:after {
.sidebar > .sidebar-summary > ul li.active a::after {
content: "\f054";
float: right;
margin-top: 5px;
Expand Down Expand Up @@ -1205,7 +1205,7 @@ code {
width: 0;
}

#ProjDetailsRow > .project-header > .views-switcher-component > ul > li:after {
#ProjDetailsRow > .project-header > .views-switcher-component > ul > li::after {
display: none;
}

Expand Down Expand Up @@ -2235,7 +2235,7 @@ tbody tr.disabled {
position: relative;
}

.task-board-title:before {
.task-board-title::before {
content: "\f249";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
Expand Down Expand Up @@ -2279,7 +2279,7 @@ span.task-icon-age-column {
border: 1px solid var(--button-blue-border-gradient-match);
}

#form-task_id:before {
#form-task_id::before {
content: "\f054";
text-rendering: auto;
font: normal normal normal 1em/1 FontAwesome;
Expand Down

0 comments on commit cbaac95

Please sign in to comment.