mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
@ -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
Block a user