UX: correctly shows outline around focused input time (#12833)

This commit is contained in:
Joffrey JAFFEUX
2021-04-26 11:05:46 +02:00
committed by GitHub
parent f7aeb257ee
commit d53307b141

View File

@ -229,15 +229,14 @@
.d-icon {
color: var(--primary-medium);
margin-right: 0.5em;
}
.time-picker {
outline: none;
box-shadow: none;
margin: 0;
box-sizing: border-box;
width: 100%;
border: 0;
}
}
}