/*
 Theme Name:   Bricks Child Theme
 Description:  Use this Bricks theme to Build Your Site.
 Author:       Booka(TD_Booka@163.com)
 Template:     bricks
 Version:      1.1
*/


/*为了消除选中时的虚线框*/
a:focus,
button:focus{
	outline: none !important;
	outline-style: none !important;
	-moz-outline-style: none !important;
}

body.bricks-is-frontend:focus,
button:focus {
	outline: none !important;
}
