diff options
Diffstat (limited to 'frontend/src/components/Connection.scss')
-rw-r--r-- | frontend/src/components/Connection.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/Connection.scss b/frontend/src/components/Connection.scss index cb9eb5f..97ef0a4 100644 --- a/frontend/src/components/Connection.scss +++ b/frontend/src/components/Connection.scss @@ -39,8 +39,8 @@ background-color: $color-primary-2; } - &.contains-flag { - border-right: 3px solid $color-secondary-2; + &.has-matched-rules { + border-bottom: 0; } } |