Added behavior to mark active server in servers dropdown

This commit is contained in:
Alejandro Celaya
2018-07-18 20:26:45 +02:00
parent fb407da3e8
commit e1049a74a2
6 changed files with 50 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
@import "./utils/base";
* {
outline: none !important;
}
@@ -5,3 +7,7 @@
.nowrap {
white-space: nowrap;
}
.dropdown-item.active {
background-color: $mainColor !important;
}