Commit 7f515095 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Iguala z-index de sugerencias con tooltips

Permite ver contenedores de sugerencias para inputs metidos en tooltips.

Limpia código basura.
parent f68dff34
Loading
Loading
Loading
Loading
+0 −50
Original line number Diff line number Diff line
@@ -63,56 +63,6 @@
	.notValid
		border-color $red !important

// TODO unificar con suggestions
.filteringResult
	flexible v center left
	position absolute
	z-index 999
	margin-top 3.1rem
	border-radius 5px
	box-shadow 0 5px 10px rgba($white, .5)
	border 1px solid rgba($black, .5)
	border-top none
	> span
		padding 5px
		color $black
		cursor pointer
		img
			width 15px
			height 15px
	.suggestion
		&:nth-child(odd)
			background-color #fff
		&:nth-child(even)
			background-color #eee
		display flex
		align-items center
		.spanTemplate .subtitle
			color #999
		img
			width 30px
			height 30px
			border-radius 10px

	.spanPagination
		background-color #bbb !important
		display flex
		justify-content center
		font-weight 600
		&:hover
			fondo color $blue

	.borderResult
		&:first-child
			border-radius 5px 5px 0 0
		&:last-child
			border-radius 0 0 5px 5px

	.hover
		background-color $blue !important
		span
			color $white !important

.notFormZone .containerFilteringSelect .buttonSearch
	height 2.8rem

+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
	display flex
	flex-direction column
	flex-grow 1
	z-index 999
	z-index 1000
	border-radius 0 0 5px 5px
	box-shadow inset 0 0 22px -11px rgba($black,0.5)
	background-color $color2