]> git.openstreetmap.org Git - rails.git/commitdiff
Remove border-radius parameter
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 16:36:58 +0000 (16:36 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:24:08 +0000 (12:24 +0000)
This overrides the same variable from bootstrap. Since bootstrap
also comes with -sm and -lg variants defined by rem, our px-based
override doesn't sit nicely with those.

app/assets/stylesheets/parameters.scss

index d1d3db5735ebf432d1d605df3daed76c8039f93e..6cbbf1a27afb3000b991fe6691a626248f2142fc 100644 (file)
@@ -15,6 +15,5 @@ $hovercolor: 20%;
 $headerHeight: 55px;
 $sidebarWidth: 350px;
 $keyline: 1px solid $lightgrey;
-$border-radius: 3px;
 $list-highlight: #FFFFC0;
 $border: 1px solid $grey;