style: fix uptime chip style

style: reduced the dropdown border-radius from 16px to 8px only when it's open

feat: scroll the table back up with a log level filter change

fix: dropdown border-radius bottom was still 16px instead of 8px when
opened
This commit is contained in:
Liordino Neto 2020-09-12 10:00:34 -03:00 committed by Josh Harvey
parent 6177a781a6
commit 192ae0c5fb
3 changed files with 58 additions and 32 deletions

View file

@ -42,7 +42,7 @@ export default {
margin: 0,
borderTop: 0,
padding: 0,
borderRadius: [[0, 0, 16, 16]],
borderRadius: [[0, 0, 8, 8]],
backgroundColor: subheaderColor,
outline: '0 none',
'& li': {
@ -90,7 +90,7 @@ export default {
},
open: {
'& button': {
borderRadius: [[16, 16, 0, 0]]
borderRadius: [[8, 8, 0, 0]]
}
}
}