mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
AC-531 the active tab was always clickable. Now it appears clickable.
This commit is contained in:
@@ -413,6 +413,11 @@ dd {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#main_tabs.nav-tabs>li.active>a, #main_tabs.nav-tabs>li.active>a:hover, #main_tabs.nav-tabs>li.active>a:focus {
|
||||
color: @blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user