Sha256: a706c0048f7e3948c16c88dfa170b712dfca7a6fe39d7024f228dd474fad6a0f

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

.css-dropdown {
	list-style: none;
	position: relative;
	margin: -5px 0 0 0;
	display: inline-block;
	li {
		cursor: pointer;
	  padding: 5px 10px;
	  &:hover, &.hovering {
  		border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		  -webkit-border-bottom-left-radius: 0;
  		-webkit-border-bottom-right-radius: 0;
			-moz-border-radius-bottom-left: 0;
			-moz-border-radius-bottom-right: 0;
		  & > ul {
			  border-top: 1px solid white;
			  display: block;
		  }
	  }
	  a:hover {
		  display: block;
		  text-decoration: none;
	  }
	}
	ul {
		list-style: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		display: none;
		background: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
    -webkit-border-top-left-radius: 0;
		-moz-border-radius-top-left: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-top-right: 0;
		border-top-right-radius: 0;
		li {
			padding: 0;
			text-align: left;
		  &:hover {
			  background: whiteSmoke;
		  }
		  a {
			  padding: 5px 10px;
			  display: block;
		  }
		}
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-4.0.0.pre7 app/assets/stylesheets/blacklight/_dropdown.css.scss
blacklight-4.0.0.pre6 app/assets/stylesheets/blacklight/_dropdown.css.scss