mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
.Select-caret {
|
||||
margin-left: -30px;
|
||||
pointer-events: none;
|
||||
color: @control-color;
|
||||
color: var(--control-color);
|
||||
.fa-fw();
|
||||
}
|
||||
|
Reference in New Issue
Block a user