change the flyover icon underline to 2px from UX feedback

This commit is contained in:
Emma Green
2021-01-06 09:57:04 -05:00
committed by Emma Green
parent 07b252ecc6
commit a0b85111eb

View File

@@ -91,7 +91,7 @@ export default function CourseBreadcrumbs({
<div
className="toggleFlyoverButton"
aria-hidden="true"
style={{ marginLeft: 'auto', marginTop: '-16px', borderBottom: isREV1512FlyoverVisible() ? '4px solid #00262b' : 'none' }}
style={{ marginLeft: 'auto', marginTop: '-16px', borderBottom: isREV1512FlyoverVisible() ? '2px solid #00262b' : 'none' }}
onClick={() => {
toggleREV1512Flyover();
}}