/****************************************************** Buttons ******************************************************/ .btn { border-radius: 2px; border: 1px solid transparent; color: inherit; &:focus, &:active:focus, &.active:focus { background: $btn_pressed; outline: 0 none; color: inherit; } } .btn-primary { background: $btn_normal; &:hover, &:focus, &:active, &.active, &.disabled:hover, &.disabled .open > .dropdown-toggle.btn-primary { background: $btn_hover; color: inherit; } &:active, &.active { background: $btn_pressed; box-shadow: none; color: inherit; } } .btn-default { background: $btn_normal; &:hover, &:focus, &:active, &.active, &.disabled:hover, &.disabled .open > .dropdown-toggle.btn-primary { background: $btn_hover; color: inherit; } &:active, &.active { background: $btn_pressed; box-shadow: none; color: inherit; } }