mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix : Style caret for profile page (#12215)
* Add flex to panel * Remove hover effect, remove undeline * FIx lint
This commit is contained in:
@@ -368,6 +368,27 @@ label {
|
||||
color: @text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.caret {
|
||||
display: flex;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin-left: 5px;
|
||||
|
||||
&:hover {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel-title-large {
|
||||
|
||||
Reference in New Issue
Block a user