Skip to content

Commit

Permalink
xchem#148 changed background color of "A" button in molecule view so …
Browse files Browse the repository at this point in the history
…it is darker if it has some other options active
  • Loading branch information
matej-vavrek authored and tibor-postek-m2ms committed Mar 9, 2020
1 parent 2ac131f commit a3259f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/components/preview/molecule/moleculeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const useStyles = makeStyles(theme => ({
color: theme.palette.black
}
},
contColButtonHalfSelected: {
backgroundColor: theme.palette.primary.semidark
},
detailsCol: {
border: 'solid 1px',
borderColor: theme.palette.background.divider,
Expand Down

0 comments on commit a3259f4

Please sign in to comment.