Sha256: 74717cddef6b064fa4fbc8d6abe78ec80b78b80916a73c7fb9a919102a61bc18

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 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 {
		  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

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-4.0.1 app/assets/stylesheets/blacklight/_dropdown.css.scss
blacklight-4.0.0 app/assets/stylesheets/blacklight/_dropdown.css.scss
blacklight-4.0.0.rc2 app/assets/stylesheets/blacklight/_dropdown.css.scss
blacklight-4.0.0.rc1 app/assets/stylesheets/blacklight/_dropdown.css.scss