diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bristol/base.scss | 4 | ||||
-rw-r--r-- | web/cobrands/buckinghamshire/base.scss | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/web/cobrands/bristol/base.scss b/web/cobrands/bristol/base.scss index dea303f42..836b27009 100644 --- a/web/cobrands/bristol/base.scss +++ b/web/cobrands/bristol/base.scss @@ -117,10 +117,6 @@ label { @extend %bold-font; } -#map #drag .square-map__tile { - position: static; -} - // uses important because btn also uses it #highways .segmented-control--radio input:checked + label.btn { color: $g7 !important; diff --git a/web/cobrands/buckinghamshire/base.scss b/web/cobrands/buckinghamshire/base.scss index 1d9edf02f..ec3dd006c 100644 --- a/web/cobrands/buckinghamshire/base.scss +++ b/web/cobrands/buckinghamshire/base.scss @@ -82,10 +82,6 @@ label { @extend %bold-font; } -#map #drag .square-map__tile { - position: static; -} - // uses important because btn also uses it #highways .segmented-control--radio input:checked + label.btn { color: $g7 !important; |