Skip to content

Commit

Permalink
fix: header dropdown icon color on previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiresviana committed Mar 11, 2021
1 parent 11ebaec commit f8df76f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions frontend/src/css/styles.css
Expand Up @@ -123,15 +123,21 @@
color: #fff;
}

#previewer .action i {
#previewer header > .action i {
color: #fff;
}

#previewer .action:hover {
@media (min-width: 738px) {
#previewer header #dropdown .action i {
color: #fff;
}
}

#previewer header .action:hover {
background-color: rgba(255, 255, 255, 0.3)
}

#previewer .action span {
#previewer header .action span {
display: none;
}

Expand Down

0 comments on commit f8df76f

Please sign in to comment.