Skip to content

Commit

Permalink
Add box-shadow to blue buttons in normal theme (#9573)
Browse files Browse the repository at this point in the history
Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: techknowlogick <matti@mdranta.net>
  • Loading branch information
jolheiser and techknowlogick committed Jan 1, 2020
1 parent 7bdf17e commit a864d61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1172,3 +1172,9 @@ i.icon.centerlock {
.octicon-tiny {
font-size: 0.85714286rem;
}

.ui.basic.blue.button,
.ui.basic.blue.buttons .button {
box-shadow: inset 0 0 0 1px #1678c2 !important;
color: #1678c2 !important;
}

0 comments on commit a864d61

Please sign in to comment.