Merge pull request #1898 from awesomerobot/master
removing :focus style until I figure out a better fix; also fixing restricted badge alignment
This commit is contained in:
commit
7ea2cee3aa
|
@ -31,7 +31,6 @@
|
|||
&.restricted {
|
||||
div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@ body {
|
|||
min-width: $large-width;
|
||||
}
|
||||
|
||||
:focus {box-shadow:0 0 10px #2b95ca; }
|
||||
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in New Issue