@import '_common'

.{$prefix}core .{$prefix}wrap
	.{$prefix}focus
		vendor('box-shadow', 0px 0px 6px $selected)
		position : absolute
		width    : 100%
		height   : 100%
		display  : none

		&.{$prefix}show-focus
			display : block

