Skip to content

Commit

Permalink
fix: Search Icon background updated
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Nov 22, 2022
1 parent 01a8834 commit 40112d1
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 28 deletions.
10 changes: 7 additions & 3 deletions htwoo-core/src/css/pattern-scaffolding.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion htwoo-core/src/css/style.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion htwoo-core/src/css/style.prod.css

Large diffs are not rendered by default.

50 changes: 27 additions & 23 deletions htwoo-core/src/styles/00-styleguide/_00-icon-grid.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.pl-header{
.pl-header {
display: none;
flex-direction: row;

Expand All @@ -10,19 +10,19 @@
align-content: stretch;
align-items: center;

&.show{
&.show {
display: flex;
}
}

.pl-header-logo{
.pl-header-logo {
display: block;

width: auto;
height: #{"max(5vh, 3rem)"};
}

.pl-header-title{
.pl-header-title {
font-size: 1.5vh;
font-weight: 700;

Expand All @@ -34,7 +34,7 @@
color: white;
}

.pl-iconsearch{
.pl-iconsearch {
position: sticky;
top: 0;
right: 0;
Expand All @@ -46,7 +46,7 @@
background-color: $neutral-000;
}

.pl-toolbar{
.pl-toolbar {
display: flex;
overflow: hidden;
justify-content: space-between;
Expand All @@ -61,22 +61,22 @@
border: 1px $theme-600 solid;
}

.pl-actions{
.pl-actions {
display: flex;
flex-direction: row;
}

.pl-action{
.pl-action {
width: px2rem(200px);
}

.pl-selection{
.pl-selection {
width: auto;
min-width: 50rem;
min-width: 50vw;
max-width: 100%;
}

.pl-selection-ctn{
.pl-selection-ctn {
display: grid;

min-height: 3.5rem;
Expand All @@ -86,7 +86,7 @@
grid-template-columns: repeat(auto-fill, minmax(3rem, 1fr));
}

.pl-icongrid{
.pl-icongrid {
display: grid;

max-width: 90vw;
Expand All @@ -96,14 +96,14 @@
grid-template-columns: repeat(auto-fill, minmax(3rem, 1fr));
}

.object-embedd{
.object-embedd {
overflow: hidden;

width: 0;
height: 0;
}

.pl-svg-symbol{
.pl-svg-symbol {
display: block;

box-sizing: border-box;
Expand All @@ -116,40 +116,44 @@

fill: currentColor;

&:hover{
&:hover {
// transform: scale(1.25);
background-color: $theme-200;
}

&.selected{
&.selected {
background-color: $theme-200;
}

svg{
svg {
pointer-events: none;
}

&.hidden{
&.hidden {
display: none;
}
}

.pl-act-dwnld{
.pl-act-dwnld {
padding: 1rem 0 .5rem;

text-align: center;

.hoo-button-primary{
.hoo-button-primary {
display: inline-flex;
}
}

.pl-act-stylswtch{
padding-bottom: .5rem;
.pl-act-stylswtch {
padding-bottom: .75rem;

border-bottom: 1px $theme-600 solid;

.hoo-label{
.hoo-toggle-slider {
margin-left: 0;
}

.hoo-label {
display: block;

margin-bottom: .25rem;
Expand Down
4 changes: 4 additions & 0 deletions htwoo-core/src/styles/01-atoms/input/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
display: flex;
flex-direction: row;

.hoo-icon {
background-color: white;
}

.hoo-input-text {
@include base-input;

Expand Down

0 comments on commit 40112d1

Please sign in to comment.