Color bar component: style fixes
This commit is contained in:
parent
bde6ec4559
commit
89f0e13fae
@ -57,7 +57,6 @@
|
||||
border-radius: 6px;
|
||||
|
||||
&::after {
|
||||
content:"";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@ -65,6 +64,7 @@
|
||||
left: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 6px;
|
||||
content:"";
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
@ -106,7 +106,7 @@
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 2px 6px 6px 2px;
|
||||
&:after {
|
||||
&::after {
|
||||
border-radius: 2px 6px 6px 2px;
|
||||
}
|
||||
}
|
||||
|
@ -81,14 +81,14 @@
|
||||
box-sizing: content-box;
|
||||
|
||||
&::after {
|
||||
content: "·";
|
||||
color: $cHintText;
|
||||
padding: 9px;
|
||||
content: "·";
|
||||
}
|
||||
&:last-child {
|
||||
&::after {
|
||||
content: "";
|
||||
padding: 0;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user