Skip to content

Commit

Permalink
Add selected state to padlock icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Apr 23, 2020
1 parent 2ce9ff1 commit 316f881
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added res/icons/padlock-selected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/stylesheets/components/annotator/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@

@include variant(".read-only .more") {
@include icon("padlock", 12px);

@include state(".selected .read-only") {
@include icon("padlock-selected", 12px);
}
}
}
}

0 comments on commit 316f881

Please sign in to comment.