aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/filters
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-08-11 08:50:55 +0000
committerEmiliano Ciavatta2020-08-11 08:56:52 +0000
commitfe511f33c451a4c1c85950d0619b927747757d4e (patch)
tree675909b5e6d92bc62ee535eac1867513fcd276ee /frontend/src/components/filters
parent9dae0115592424929ffe4045069740365bc91d52 (diff)
Fix codacy errors and warnings
Diffstat (limited to 'frontend/src/components/filters')
-rw-r--r--frontend/src/components/filters/BooleanConnectionsFilter.scss2
-rw-r--r--frontend/src/components/filters/RulesConnectionsFilter.scss28
-rw-r--r--frontend/src/components/filters/StringConnectionsFilter.scss4
3 files changed, 6 insertions, 28 deletions
diff --git a/frontend/src/components/filters/BooleanConnectionsFilter.scss b/frontend/src/components/filters/BooleanConnectionsFilter.scss
index f3d8697..941b967 100644
--- a/frontend/src/components/filters/BooleanConnectionsFilter.scss
+++ b/frontend/src/components/filters/BooleanConnectionsFilter.scss
@@ -1,7 +1,6 @@
@import '../../colors';
.filter {
-
.filter-boolean {
padding: 0 10px;
background-color: $color-primary-2;
@@ -22,5 +21,4 @@
color: $color-primary-3;
}
}
-
}
diff --git a/frontend/src/components/filters/RulesConnectionsFilter.scss b/frontend/src/components/filters/RulesConnectionsFilter.scss
index d75066e..5df0006 100644
--- a/frontend/src/components/filters/RulesConnectionsFilter.scss
+++ b/frontend/src/components/filters/RulesConnectionsFilter.scss
@@ -2,23 +2,16 @@
.react-tags {
position: relative;
- padding: 0px 6px;
+ padding: 0 6px;
border-radius: 4px;
-
background-color: $color-primary-2;
-
-
- /* shared font styles */
font-size: 12px;
-
- /* clicking anywhere will focus the input */
cursor: text;
-
z-index: 10;
}
.react-tags.is-focused {
- border-color: #B1B1B1;
+ border-color: #b1b1b1;
}
.react-tags__selected {
@@ -33,11 +26,10 @@
border-radius: 2px;
background: $color-primary-4;
color: $color-primary-3;
-
font-size: 11px;
}
-.react-tags__selected-tag:after {
+.react-tags__selected-tag::after {
content: '\2715';
color: $color-primary-3;
margin-left: 8px;
@@ -45,24 +37,19 @@
.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
- border-color: #B1B1B1;
+ border-color: #b1b1b1;
}
.react-tags__search {
display: inline-block;
padding: 7px 10px;
-
- /* prevent autoresize overflowing the container */
max-width: 100%;
}
@media screen and (min-width: 30em) {
-
.react-tags__search {
- /* this will become the offsetParent for suggestions */
position: relative;
}
-
}
.react-tags__search-input {
@@ -71,11 +58,8 @@
padding: 0;
border: 0;
outline: none;
-
background-color: $color-primary-2;
color: $color-primary-4;
-
- /* match the font styles */
font-size: inherit;
line-height: inherit;
}
@@ -92,11 +76,9 @@
}
@media screen and (min-width: 30em) {
-
.react-tags__suggestions {
width: 240px;
}
-
}
.react-tags__suggestions ul {
@@ -133,4 +115,4 @@
.react-tags__suggestions li.is-disabled {
opacity: 0.5;
cursor: auto;
-} \ No newline at end of file
+}
diff --git a/frontend/src/components/filters/StringConnectionsFilter.scss b/frontend/src/components/filters/StringConnectionsFilter.scss
index ecc8d0f..1476616 100644
--- a/frontend/src/components/filters/StringConnectionsFilter.scss
+++ b/frontend/src/components/filters/StringConnectionsFilter.scss
@@ -53,11 +53,9 @@
position: absolute;
right: 10px;
top: 10px;
-
z-index: 10;
font-size: 11px;
letter-spacing: -0.5px;
-
color: $color-primary-2;
cursor: pointer;
@@ -65,4 +63,4 @@
font-weight: 800;
}
}
-} \ No newline at end of file
+}