mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-03 00:54:20 +00:00
Add some missing <editor-fold>
tags
This commit is contained in:
parent
7f43ee9fce
commit
9be2551b65
1 changed files with 8 additions and 0 deletions
8
src/themes/skeleton.less
vendored
8
src/themes/skeleton.less
vendored
|
@ -1173,6 +1173,8 @@
|
|||
/// ===== Details and summaries =====
|
||||
/// Details are collapsible elements which only display their summary until they are clicked.
|
||||
|
||||
//<editor-fold desc="Rules: Details and summaries">
|
||||
|
||||
@{details} {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
|
@ -1207,6 +1209,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// </editor-fold>
|
||||
|
||||
/// ===== Ruby =====
|
||||
/// Ruby text is used in various languages to add annotations to text.
|
||||
/// Bluelib makes the annotations slightly transparent to differentiate them from the rest of the text.
|
||||
|
@ -1395,6 +1399,8 @@
|
|||
/// ===== Special =====
|
||||
/// Special rules apply particular properties to certain pre-existing elements for certain targets.
|
||||
|
||||
//<editor-fold desc="Rules: Special">
|
||||
|
||||
@{special-remove} {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -1407,4 +1413,6 @@
|
|||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
//</editor-fold>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue