mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 23:34:34 +04:00
luci-theme-openwrt-2020: fix trailing comma in CSS
Since the trailing comma rule is combined with other selectors by CSSmin, the resulting minified stylesheet has some unexpected margin quirks. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -990,7 +990,7 @@ input[type="password"] + .btn, input[type="password"] + button {
|
||||
border-radius: 0 .25em .25em 0;
|
||||
}
|
||||
|
||||
.control-group > select + .btn, .control-group > select + button, {
|
||||
.control-group > select + .btn, .control-group > select + button {
|
||||
margin-left: .25em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user