Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 0ad8c7a

Browse files
committed
removed dashed border from previews, so it's only visible on non-preview previews
1 parent 6d25786 commit 0ad8c7a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<div ng-controller="Our.Umbraco.DocTypeGridEditor.GridEditors.DocTypeGridEditor">
2-
<div class="umb-editor-placeholder dtge-editor-placeholder"
3-
ng-click="setDocType()"
4-
ng-class="{ 'dtge-editor-placeholder--preview' : preview }">
5-
<div ng-if="!preview">
2+
<div ng-click="setDocType()">
3+
<div ng-if="!preview"
4+
class="umb-editor-placeholder dtge-editor-placeholder">
65
<i class="icon {{icon}}"></i>
76
<div class="help-text">
87
{{title}}

0 commit comments

Comments
 (0)