Skip to content

Commit

Permalink
fix: subitems icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Mar 9, 2024
1 parent fab92cd commit 0cde781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/styles/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ $types: "blogger", "buffer", "evernote", "facebook", "flipboard", "getpocket", "
@each $type in $types
&[data-network="#{$type}"]
display: inline-block !important

$icon: "%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='grey' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E"

.ivu-icon-ios-arrow-down:before
content: url("data:image/svg+xml,#{$icon}")

0 comments on commit 0cde781

Please sign in to comment.