Merge pull request #178 from CartoDB/13095-tooltips
Add tooltip on Builder actions
This commit is contained in:
commit
32824850a2
@ -143,7 +143,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.CDB-OptionInput-container--border .CDB-OptionInput-item {
|
.CDB-OptionInput-container--border .CDB-OptionInput-item {
|
||||||
padding: 0 $baseSize;
|
|
||||||
border: 1px solid $cMainLine;
|
border: 1px solid $cMainLine;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -203,6 +202,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding: 0 $baseSize;
|
||||||
color: $cMainBg;
|
color: $cMainBg;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user