Skip to content

Commit

Permalink
SAK-40461 Library: restyled the select dropdown menu element to bette…
Browse files Browse the repository at this point in the history
…r define its states and make it consistent with other form elements (sakaiproject#5881)
  • Loading branch information
fostersdesign authored and bjones86 committed Aug 17, 2018
1 parent a029095 commit 9645e5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion library/src/morpheus-master/sass/base/_extendables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

.select{
background-color: $button-background-color;
background-color: $background-color;
background-image: url("images/icon-arrow-down.png");
background-position: right 50%;
background-repeat: no-repeat;
Expand All @@ -106,6 +106,16 @@
&::-ms-expand {
display: none;
}

&[multiple], &[size] {
background-image: none;
}

&[disabled="disabled"],&[disabled],&[disabled="true"] {
opacity: 0.7;
background-color: #f3f3f3;
cursor: not-allowed;
}
}

.nav.nav-tabs, .sakai_tabs{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
{
min-width: 100%;
padding-right: 0.5em;
background-image: none;
}
}

Expand Down

0 comments on commit 9645e5c

Please sign in to comment.