Skip to content

Commit

Permalink
fix(style): remove outline on dimension panel list (#24)
Browse files Browse the repository at this point in the history
Fixes DHIS2-6804.
  • Loading branch information
edoardo authored May 7, 2019
1 parent 1a02b86 commit 383a447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const styles = {
label: {
display: 'flex',
outline: 'none',
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const styles = {
listWrapper: {
position: 'relative',
flex: '1 1 0%',
minHeight: '20vh',
minHeight: '30vh',
},
list: {
position: 'absolute',
Expand Down

0 comments on commit 383a447

Please sign in to comment.