Showing posts with label Jquery UI dialog close button focus. Show all posts
Showing posts with label Jquery UI dialog close button focus. Show all posts

Tuesday, August 2, 2016

Jquery UI dialog remove blue halo around the close dialog button

Jquery UI Dialog tend to display a blue halo around the close dialog button as shown below.


This can be resolved by using the follwing css code snippet.

.ui-button:focus { 
     outline:none !important ;
}

Cheers,
Samitha