mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
enhancement: use SVG icon for cascader expand instead of > (#81844)
* feature: use icon for cascader expand
This commit is contained in:
@@ -125,13 +125,15 @@
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
content: '>';
|
||||
font-size: 12px;
|
||||
color: $text-color-weak;
|
||||
background: $text-color-weak;
|
||||
content: '';
|
||||
height: 24px;
|
||||
mask: url(../img/icons/unicons/angle-right.svg);
|
||||
mask-type: luminance;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 0;
|
||||
line-height: 32px;
|
||||
right: 0px;
|
||||
top: calc((32px - 24px) / 2);
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user