forked from External/greenlight
Desgin for Manage Users Tabs (#1777)
* Update _subtitle.html.erb * Update _manage_users_tags.html.erb * Update admins.scss * Update _primary_themes.scss * Update _manage_users_tags.html.erb
This commit is contained in:
@ -80,6 +80,14 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:not(.active){
|
||||
color: #9aa0ac !important;
|
||||
&:hover:not(.disabled) {
|
||||
border-color: $primary-color;
|
||||
color: $primary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: #6e7687 !important;
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user