File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
app/assets/stylesheets/semantic-ui/elements Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.1.0
2+
3+ * Update Semantic UI to 2.3.1
4+
15## 2.3.0.0
26
37* Update Semantic UI to 2.3.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ i.flag:not(.icon) {
3131i .flag :not (.icon ):before {
3232 display : inline-block ;
3333 content : ' ' ;
34- background : image-url (" ./ semantic-ui/flags.png" ) no-repeat -108px -1976px ;
34+ background : image-url (" semantic-ui/flags.png" ) no-repeat -108px -1976px ;
3535 width : 16px ;
3636 height : 11px ;
3737}
Original file line number Diff line number Diff line change 11module Semantic
22 module Ui
33 module Sass
4- VERSION = "2.3.1"
4+ VERSION = "2.3.1.0 "
55 SEMANTIC_UI_SHA = '6dbc09a8737b691bb3d3314e068570c728d2df9f'
66 end
77 end
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def replace_image_urls(less)
164164 end
165165
166166 def replace_image_paths ( less )
167- less . gsub ( './../themes/default/assets/images/flags.png' , 'semantic-ui/flags.png' )
167+ less = less . gsub ( './../themes/default/assets/images/flags.png' , 'semantic-ui/flags.png' )
168168 less . gsub ( '../themes/default/assets/images/' , 'semantic-ui/' )
169169 end
170170
You can’t perform that action at this time.
0 commit comments