mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
[explore] viz type selector as modal (#2787)
* [explore] viz type selector as modal * Addressing comments * Adressing comments
This commit is contained in:
committed by
GitHub
parent
3a4cd3ae24
commit
66403f1876
@@ -34,3 +34,28 @@
|
||||
.background-transparent {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.viztype-label {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.viztype-selector-container {
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
.viztype-selector-container:hover {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.viztype-selector-container.selected {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.viztype-selector-container.selected {
|
||||
cursor: not-allowed;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user