Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Fix for #203 #228

Merged
merged 3 commits into from
Dec 29, 2015
Merged

Fix for #203 #228

merged 3 commits into from
Dec 29, 2015

Conversation

wdo3650
Copy link
Contributor

@wdo3650 wdo3650 commented Dec 10, 2015

Made the whole input field clickable. Fixed bug where the close button would reappear after clicking.

@philworthington
Copy link
Contributor

The only issue here seems to be what we were saying in scrum earlier: There's a flicker when you click the close button. Also I noticed that the event for close button is 'mousedown'. Seems like it should just be a click or mouseup. Haven't tested it but this might contribute to the flicker.

@@ -82,6 +89,7 @@
display: none;
font-size: @ms-font-size-l;
color: @ms-color-white;
z-index: 2;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use mixin @ms-zindex-front ? or the back version.

@gokunymbus
Copy link
Contributor

APPPROOVEDZZZZ

wdo3650 added a commit that referenced this pull request Dec 29, 2015
@wdo3650 wdo3650 merged commit 8b518df into master Dec 29, 2015
@wdo3650 wdo3650 deleted the wdo3650/#203-searchbox-bug branch December 29, 2015 22:40
@wdo3650 wdo3650 restored the wdo3650/#203-searchbox-bug branch January 26, 2016 21:24
@mikewheaton mikewheaton deleted the wdo3650/#203-searchbox-bug branch February 9, 2016 03:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants