Commit a6f1dc57 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Oculta separador al vaciar el texto de búsqueda

parent 2f50bc60
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -26,7 +26,11 @@
		padding 0.5rem 0

		.innerButtons
			padding-right 0.5rem
			*
				padding 0 0.5rem

				&:last-child
					border-right 1px solid $gray

		.clearTextButton
			&:hover
@@ -63,9 +67,6 @@
			&:before
				@extend .fa-ellipsis-v:before

		> :first-child
			border-left 1px solid $gray

		> :not(:last-child)
			border-right 1px solid $grayLighter