Skip to content

Commit

Permalink
Add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Jan 20, 2024
1 parent 9177a89 commit 46c8731
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions framework/css/edit/style-slide.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}


/* ============================================================
* @style
*/
*[style] {
-oxy-style:attr(style);
}


/* ============================================================
* Block element border
*/
Expand Down Expand Up @@ -545,6 +553,9 @@
)
);
}
*[class~='topic/div'][class~='slide/slide-div'] {
display:-oxy-morph;
}


/* ============================================================
Expand Down

0 comments on commit 46c8731

Please sign in to comment.