mirror of https://github.com/status-im/consul.git
ui: fix list border radi
This commit is contained in:
parent
a0c07c5e3d
commit
851b210487
|
@ -2,7 +2,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
border-radius: 0px;
|
border-radius: 2px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
@include transition(background-color .3s ease-in-out);
|
@include transition(background-color .3s ease-in-out);
|
||||||
|
@ -33,8 +33,6 @@
|
||||||
.list-bar {
|
.list-bar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-top-right-radius: 2px;
|
|
||||||
border-top-left-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.list-link:hover {
|
&.list-link:hover {
|
||||||
|
@ -48,8 +46,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.list-condensed-link {
|
&.list-condensed-link {
|
||||||
border-top-right-radius: 4px;
|
|
||||||
border-top-left-radius: 4px;
|
|
||||||
border-color: $gray-background;
|
border-color: $gray-background;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
Loading…
Reference in New Issue