1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

action buttons component

This commit is contained in:
Kyle Spearrin
2017-10-16 14:45:47 -04:00
parent 276be2fa87
commit ad285a7605
14 changed files with 199 additions and 198 deletions

View File

@@ -366,29 +366,34 @@
}
}
.btn-list {
cursor: pointer;
.action-buttons {
float: right;
display: block;
padding: 10px 8px 10px 8px;
background: none;
border: none;
color: @brand-primary;
&:hover, &:focus {
color: darken(@brand-primary, 10%);
}
.btn-list {
float: left;
cursor: pointer;
padding: 10px 8px;
background: none;
border: none;
color: @brand-primary;
&.disabled {
color: @list-icon-color;
&:hover {
color: @list-icon-color;
&:hover, &:focus {
color: darken(@brand-primary, 10%);
}
}
&:first-child {
padding-right: 2px !important;
&.disabled {
color: @list-icon-color;
&:hover {
color: @list-icon-color;
}
}
&:last-child {
padding-right: 2px !important;
}
}
}
@@ -412,8 +417,10 @@
&.condensed {
padding: 3px 10px;
.btn-list {
padding: 8px 5px;
.action-buttons {
.btn-list {
padding: 8px 5px;
}
}
&:not(:hover):focus {