瀏覽代碼

fix(filmstrip-only): first and last toolbar buttons get rounded edges

All toolbar buttons (which have the class .button) got wrapped
in additional elements due to atlaskit tooltips. This changed
parent/child relationships within the html hierarchy, and the
filmstrip only toolbar selectors needed updating.
j8
Leonard Kim 8 年之前
父節點
當前提交
9233a1026a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      css/_toolbars.scss

+ 2
- 2
css/_toolbars.scss 查看文件

@@ -226,11 +226,11 @@
226 226
             width: 37px;
227 227
         }
228 228
 
229
-        .button:first-child {
229
+        .toolbar-button-wrapper:first-child .button {
230 230
             border-top-left-radius: 3px;
231 231
             border-top-right-radius: 3px;
232 232
         }
233
-        .button:last-child {
233
+        .toolbar-button-wrapper:last-child .button {
234 234
             border-bottom-right-radius: 3px;
235 235
             border-bottom-left-radius: 3px;
236 236
         }

Loading…
取消
儲存