Skip to content

Commit a864d61

Browse files
Add box-shadow to blue buttons in normal theme (#9573)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 7bdf17e commit a864d61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/less/_base.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,3 +1172,9 @@ i.icon.centerlock {
11721172
.octicon-tiny {
11731173
font-size: 0.85714286rem;
11741174
}
1175+
1176+
.ui.basic.blue.button,
1177+
.ui.basic.blue.buttons .button {
1178+
box-shadow: inset 0 0 0 1px #1678c2 !important;
1179+
color: #1678c2 !important;
1180+
}

0 commit comments

Comments
 (0)