mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
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
2 changed files with 0 additions and 2 deletions
|
@ -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 a new issue