Disable blue box shadow on focused tabs
[MAILPOET-2871]
This commit is contained in:
@@ -10,6 +10,10 @@ a:focus {
|
||||
outline: 0 none !important;
|
||||
}
|
||||
|
||||
.nav-tab:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.mailpoet_success {
|
||||
color: #090;
|
||||
}
|
||||
|
Reference in New Issue
Block a user