resource actions fix

This commit is contained in:
lvuch 2017-05-17 10:28:32 -07:00
parent c9a446f236
commit 0e730136a0
2 changed files with 13 additions and 17 deletions

View File

@ -51,13 +51,6 @@ $dropdown-caret-color : $mid-grey !default;
color: $dropdown-link-color;
white-space: nowrap; // prevent links from randomly breaking onto new lines
&:first-child {
margin-top: 4px;
}
&:last-child {
margin-bottom: 8px;
}
// Hover/Focus state
&:hover,
&:focus {
@ -105,6 +98,16 @@ $dropdown-caret-color : $mid-grey !default;
}
}
.resource-actions {
>li {
&:nth-child(2) {
margin-top: 4px;
}
&:last-child {
margin-bottom: 8px;
}
}
}
.resource-actions-tabbable {
height: 0;
}

View File

@ -23,15 +23,8 @@ $user-btn : darken($header, 10%) !default;
border-radius: 0;
box-shadow: $darken-helper 0 0 7px;
li a i {
color: $text-muted;
}
> li > a:hover {
background: rgba(white, .5);
color: lighten($link-color, 25);
}
> li > a:hover i{
color: rgba($text-muted,.75);
> ul > li > a {
margin: 0;
}
}
}
@ -123,7 +116,7 @@ $user-btn : darken($header, 10%) !default;
top: 10px;
text-align: center;
width: 19px;
a {
color: white;
}