mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Active tab styling on facet lists
This commit is contained in:
parent
ea0a5e8111
commit
e452065255
5
app/assets/stylesheets/tabs.css.scss
Normal file
5
app/assets/stylesheets/tabs.css.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.nav-stacked {
|
||||
.active {
|
||||
border-left: 3px solid #777;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user