mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-22 22:46:19 +00:00
Added behavior to mark active server in servers dropdown
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user