Skip to content

Commit 8c5395a

Browse files
Fix tile borders based on visual design feedback.
1 parent b88e2e6 commit 8c5395a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/styles/angular-patternfly.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,13 @@
175175
.tiles-view-pf {
176176
overflow: auto;
177177
padding-top: 20px;
178+
padding-left: 2px;
178179
}
179180

180181
.tiles-view-pf .tile {
181182
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .175);
182183
background: #fff;
183-
border: 1px solid #eee;
184+
border-top: 2px solid transparent;
184185
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
185186
display: block;
186187
float: left;

dist/styles/angular-patternfly.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/angular-patternfly.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,13 @@
175175
.tiles-view-pf {
176176
overflow: auto;
177177
padding-top: 20px;
178+
padding-left: 2px;
178179
}
179180

180181
.tiles-view-pf .tile {
181182
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .175);
182183
background: #fff;
183-
border: 1px solid #eee;
184+
border-top: 2px solid transparent;
184185
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
185186
display: block;
186187
float: left;

0 commit comments

Comments
 (0)