Skip to content

Commit

Permalink
fix(annotations): hiding those correctly (#1415)
Browse files Browse the repository at this point in the history
* fix(annotations): hiding them correctly

* fix(annotations): hiding them correctly

* refactor: optimized this even further
  • Loading branch information
mfranzke authored Jan 29, 2022
1 parent d303f4d commit ef0a60f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
* annotation attached to it.
*/
.pl-c-annotation-tip {
display: flex;
&:not([hidden]) {
display: flex;
}
align-items: center;
justify-content: center;
width: 24px !important;
Expand Down

0 comments on commit ef0a60f

Please sign in to comment.