mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #5442 from quincylvania/location-underwater-styling
Makes the styling of paths with location=underwater the same as location=underground
This commit is contained in:
+4
-2
@@ -163,11 +163,13 @@ path.casing.tag-highway-bridleway.tag-bridge {
|
||||
|
||||
/* tunnels */
|
||||
path.stroke.tag-tunnel,
|
||||
path.line.stroke.tag-location-underground {
|
||||
path.line.stroke.tag-location-underground,
|
||||
path.line.stroke.tag-location-underwater {
|
||||
stroke-opacity: 0.3;
|
||||
}
|
||||
path.casing.tag-tunnel,
|
||||
path.line.casing.tag-location-underground {
|
||||
path.line.casing.tag-location-underground,
|
||||
path.line.stroke.tag-location-underwater {
|
||||
stroke-opacity: 0.5;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: none;
|
||||
|
||||
Reference in New Issue
Block a user