mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Killed scroll bars on programming language selection fancy select.
This commit is contained in:
parent
0e1afff318
commit
081e1ced20
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,7 @@ $heroCanvasHeight: 265px
|
|||
|
||||
.options
|
||||
padding-left: 5px
|
||||
overflow: visible
|
||||
|
||||
.selected
|
||||
color: #111
|
||||
|
@ -156,6 +157,7 @@ $heroCanvasHeight: 265px
|
|||
padding-left: 40px
|
||||
background: transparent url(/images/common/code_languages/javascript_small.png) no-repeat left center
|
||||
background-size: 32px 32px
|
||||
margin-bottom: -1px
|
||||
|
||||
&[data-value="python"]
|
||||
background-image: url(/images/common/code_languages/python_small.png)
|
||||
|
|
Loading…
Reference in a new issue