mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix incorrect nesting in search styles
This commit is contained in:
parent
29fa914b9a
commit
6e0d35efaa
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
background-color: $active-gray;
|
||||
height: 14px;
|
||||
|
||||
[type=submit] {
|
||||
&[type=submit] {
|
||||
position: absolute;
|
||||
|
||||
background-color: transparent;
|
||||
|
@ -130,7 +130,7 @@
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
[type=text] {
|
||||
&[type=text] {
|
||||
transition: .15s ease background-color;
|
||||
padding: 0;
|
||||
padding-right: 10px;
|
||||
|
|
Loading…
Reference in a new issue