Skip to content

Commit 9a94726

Browse files
author
Danezis
committed
remove button css unused code
1 parent 8f3a365 commit 9a94726

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

themes/10ko/assets/scss/_buttons.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
margin-right: auto;
55
}*/
66

7-
button,
8-
.button,
9-
a.button {
7+
//button,
8+
.button/*,
9+
a.button */{
1010
position: relative;
1111
display: flex;
1212
align-items: center;
@@ -23,7 +23,7 @@ a.button {
2323
cursor: pointer;
2424
outline: none;
2525

26-
26+
/*
2727
&.outline {
2828
background: transparent;
2929
border-color: $dark-background-secondary;
@@ -34,29 +34,29 @@ a.button {
3434
transform: none;
3535
box-shadow: none;
3636
}
37-
}
38-
37+
}*/
38+
/*
3939
&.primary {
4040
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
4141
4242
&:hover {
4343
box-shadow: 0 2px 6px rgba(50, 50, 93, .21), 0 1px 3px rgba(0, 0, 0, .08);
4444
}
45-
}
45+
}*/
4646

4747
&.link {
4848
background: none;
4949
font-size: 1rem;
5050
}
5151

52-
&.small {
52+
/*&.small {
5353
font-size: .8rem;
54-
}
54+
}*/
5555

56-
&.wide {
56+
/*&.wide {
5757
min-width: 200px;
5858
padding: 14px 24px;
59-
}
59+
}*/
6060
}
6161
/*
6262
.code-toolbar {

0 commit comments

Comments
 (0)