Disable blue box shadow on focused tabs

[MAILPOET-2871]
This commit is contained in:
Jan Jakeš
2020-04-28 11:04:36 +02:00
committed by Veljko V
parent 18d34560c5
commit 0b5578ebd0

View File

@@ -10,6 +10,10 @@ a:focus {
outline: 0 none !important;
}
.nav-tab:focus {
box-shadow: none;
}
.mailpoet_success {
color: #090;
}