Skip to content

Commit

Permalink
Style: Mark border on icon as important.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Mar 24, 2022
1 parent 1521f54 commit da730a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@ body, #tracy-bs {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
border-top: 0.3em solid !important;
border-right: 0.3em solid transparent !important;
border-left: 0.3em solid transparent !important;
color: #fff !important;
position: relative;
top: 2px;
Expand Down

0 comments on commit da730a4

Please sign in to comment.