diff --git a/ui/src/style/unsorted.scss b/ui/src/style/unsorted.scss index a54618002..97384bcbb 100644 --- a/ui/src/style/unsorted.scss +++ b/ui/src/style/unsorted.scss @@ -454,4 +454,19 @@ $dash-editable-header-padding: 7px; } } +/* Add borders between items in .nav-tablist + ----------------------------------------------------------------------------- + TODO: Add these styles into the theme + */ + +.nav.nav-tablist { + background-color: $g5-pepper; + + > li { + margin-right: 2px; + + &:last-child { + margin-right: 0; + } + } }