mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 11:21:42 +00:00
Strip trailing whitespace on win95.scss
This commit is contained in:
parent
d3f64812a6
commit
766d6aac44
|
@ -54,7 +54,6 @@ $ui-highlight-color: $win95-window-header;
|
|||
border-radius:0px;
|
||||
}
|
||||
|
||||
|
||||
@mixin win95-tab() {
|
||||
box-shadow: inset -1px 0px 0px #000000,
|
||||
inset 1px 0px 0px #ffffff,
|
||||
|
@ -122,7 +121,6 @@ $ui-highlight-color: $win95-window-header;
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/* main win95 style */
|
||||
|
||||
body {
|
||||
|
@ -717,7 +715,6 @@ body.admin {
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
.drawer__header {
|
||||
background: $win95-bg;
|
||||
@include win95-border-outset()
|
||||
|
@ -1420,7 +1417,6 @@ body.admin {
|
|||
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAFnpUWHRUaXRsZQAACJnLzU9JzElKBwALgwLXaCRlPwAAABd6VFh0QXV0aG9yAAAImUvOKMrPS8wBAAuaAugOwWPyAAAAEUlEQVQImWNgYGD4z4AE/gMADwMB/414xEUAAAAASUVORK5CYII=');
|
||||
}
|
||||
|
||||
|
||||
.admin-wrapper::before {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
|
@ -1765,4 +1761,3 @@ a.table-action-link:hover,
|
|||
color:black;
|
||||
border-bottom: 0px solid transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue