mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Clicking on scale bar will toggle units from imperial/metric
(re: #2351)
This commit is contained in:
@@ -2434,6 +2434,10 @@ div.full-screen > button:hover {
|
||||
max-height: 30px;
|
||||
float: left;
|
||||
clear: left;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#info-block {
|
||||
@@ -2446,6 +2450,10 @@ div.full-screen > button:hover {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#scale:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#scale text {
|
||||
font: 12px sans-serif;
|
||||
stroke: none;
|
||||
|
||||
Reference in New Issue
Block a user